Jump to content

New pages

New pages
Hide registered users | Hide bots | Hide redirects
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

1 September 2025

  • 19:1319:13, 1 September 2025 WpQueryDefaultHelp (hist | edit) [1,577 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpQueryDefaultHelp}} This instance method is called to allow the object to specify its default help panel. ==Syntax== _wpQueryDefaultHelp(somSelf, pHelpPanelId, HelpLibrary) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pHelpPanelId'' (PULONG) - output :Pointer to the help panel ID. ;''HelpLibrary'' (PSZ) - output :A pointer to a buff...")
  • 19:1319:13, 1 September 2025 WpDisplayHelp (hist | edit) [1,885 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpDisplayHelp}} This instance method is called to allow the object to display a help panel. ==Syntax== _wpDisplayHelp(somSelf, HelpPanelId, HelpLibrary) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''HelpPanelId'' (ULONG) - input :Object's help panel ID. ;''HelpLibrary'' (PSZ) - input :A pointer to a zero-terminated string which contai...")
  • 19:1219:12, 1 September 2025 WpMenuItemHelpSelected (hist | edit) [1,997 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpMenuItemHelpSelected}} This instance method is called to allow the object to display the requested help panel. ==Syntax== _wpMenuItemHelpSelected(somSelf, MenuId) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''MenuId'' (ULONG) - input :Object's menu ID. :For a listing of WPMENUIDs, see the individual object classes. ==Returns== ;''rc'' ([...")
  • 19:1119:11, 1 September 2025 WpSwitchTo (hist | edit) [1,570 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpSwitchTo}} This instance method is called to allow the object to give focus to the specified open view. ==Syntax== _wpSwitchTo(somSelf, View) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''View'' (ULONG) - input :Flag indicating the open view to which focus is to be given. :OPEN_CONTENTS Open contents view. :OPEN_DEFAULT Open default view...")
  • 19:1019:10, 1 September 2025 WpViewObject (hist | edit) [2,658 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpViewObject}} This instance method either opens a view of the given object or resurfaces an existing view. ==Syntax== _wpViewObject(somSelf, hwndCnr, ulView, param) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndCnr'' (HWND) - input :Handle for the view of the object's container. ;''ulView'' (ULONG) - input :Flag indicating how to...")
  • 19:1019:10, 1 September 2025 WpOpen (hist | edit) [4,643 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpOpen}} This instance method is called to open a view to the object. ==Syntax== _wpOpen(somSelf, hwndCnr, ulView, param) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndCnr'' (HWND) - input :Handle of the container window from which the object is opened. This value may be set to NULLHANDLE. ;''ulView'' (ULONG) - input :Specifies wh...")
  • 19:0919:09, 1 September 2025 WpCnrRemoveObject (hist | edit) [1,385 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpCnrRemoveObject}} This instance method is called to remove a record from a container control window. ==Syntax== _wpCnrRemoveObject(somSelf, hwndCnr) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndCnr'' (HWND) - input :Handle of the container control ('''WC_CONTAINER''') window. ==Returns== ;''rc'' (BOOL) - returns :Success indicat...")
  • 19:0719:07, 1 September 2025 WpFindUseItem (hist | edit) [2,280 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpFindUseItem}} This instance method is called to retrieve an item type from the object's in-use list. ==Syntax== _wpFindUseItem(somSelf, type, pCurrentItem) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''type'' (ULONG) - input :Specify the usage type of the item to be located. ;''pCurrentItem'' (PUSEITEM) - input :Pointer to a USEITE...")
  • 19:0719:07, 1 September 2025 WpDeleteFromObjUseList (hist | edit) [1,985 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpDeleteFromObjUseList}} This instance method is called to remove an item type from an object's in-use list. ==Syntax== _wpDeleteFromObjUseList(somSelf, pUseItem) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pUseItem'' (PUSEITEM) - input :Pointer to a USEITEM structure. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. ::TR...")
  • 19:0619:06, 1 September 2025 WpClose (hist | edit) [1,680 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpClose}} This instance method is called to close all open views of an object. ==Syntax== _wpClose(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks== This method will cycle through the object's in-use list that was...")
  • 19:0519:05, 1 September 2025 WpAllocMem (hist | edit) [2,205 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAllocMem}} This instance method is called to allocate memory for use by an object. ==Syntax== _wpAllocMem(somSelf, cbBytes, prc) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''cbBytes'' (ULONG) - in/out :Specifies the size, in bytes, of memory required. ;''prc'' (PULONG) - in/out :Pointer to error code. ::NULL: If an error occurs, the...")
  • 19:0419:04, 1 September 2025 WpAddToObjUseList (hist | edit) [2,987 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddToObjUseList}} This instance method is called to add an item type to an object's in-use list. ==Syntax== _wpAddToObjUseList(somSelf, pUseItem) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pUseItem'' (PUSEITEM) - input :Pointer to a USEITEM structure. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. ::TRUE: Successful...")
  • 19:0319:03, 1 September 2025 WpCnrInsertObject (hist | edit) [3,749 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpCnrInsertObject}} This instance method inserts a record into a container control window. ==Syntax== _wpCnrInsertObject(somSelf, hwndCnr, pptlIcon, preccParent, pRecInsert) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndCnr'' (HWND) - input :Handle of container control window. ::NULLHANDLE: A pop-up request is made on the 'whitespace' o...")
  • 18:5918:59, 1 September 2025 WpQueryConfirmations (hist | edit) [2,210 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpQueryConfirmations}} This instance method is called to determine which confirmations are set on this object. ==Syntax== _wpQueryConfirmations(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''ulflag'' (ULONG) - returns :Confirmation flags. :NULL No confirmations set. :CONFIRM_DELETE Prompt for confirmation for all objects...")
  • 18:5818:58, 1 September 2025 WpConfirmDelete (hist | edit) [1,566 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpConfirmDelete}} This instance method is called to allow the object to prompt the user to confirm the deletion of this object. ==Syntax== _wpConfirmDelete(somSelf, fConfirmations) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''fConfirmations'' (ULONG) - input :Confirmation flags. :CONFIRM_DELETE Confirm for delete of all objects. :CONFIRM_D...")
  • 18:5718:57, 1 September 2025 WpInitData (hist | edit) [2,401 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpInitData}} This instance method is called to allow the object to initialize its instance data. ==Syntax== wpInitData(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== :There is no return value for this method. ==Remarks== This routine is called by the system when the object is created or when it is awakened from the dormant sta...")
  • 18:5518:55, 1 September 2025 WpUnInitData (hist | edit) [1,407 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpUnInitData}} This instance method is called to allow the object to free allocated resources. ==Syntax== wpUnInitData(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== :There is no return value for this method. ==Remarks== The parent method must be called after you have completed your own processing. ==Usage== This method is ge...")
  • 18:5418:54, 1 September 2025 WpDelete (hist | edit) [3,366 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpDelete}} This instance method is called to delete an object and prompt for confirmation if necessary. ==Syntax== _wpDelete(somSelf, fConfirmations) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''fConfirmations'' (ULONG) - input :Confirmation flags. :CONFIRM_DELETE Prompt for confirmation for all objects. :CONFIRM_DELETEFOLDER Prompt for co...")
  • 18:5318:53, 1 September 2025 WpFree (hist | edit) [1,508 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpFree}} This instance method is called to destroy the object, including its persistent image, and de-allocate its associated resources. ==Syntax== _wpFree(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks== This met...")
  • 18:4218:42, 1 September 2025 WpFilterMenu (hist | edit) [4,671 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpFilterMenu}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method filters out options from the object's pop-up menu that do not apply. ==Syntax== _wpFilterMenu(somSelf, pFlags, hwndCnr, fMultiSelect, ulMenuType, ulView, ulReserved) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pFlags'' (FILTER...")
  • 18:4118:41, 1 September 2025 WpAddObjectWindowPage (hist | edit) [1,271 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddObjectWindowPage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method adds the '''Standard Options''' page to the Settings notebook. ==Syntax== _wpAddObjectWindowPage(somSelf, hwndNotebook) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndNotebook'' (HWND) - input :Handle of the Settin...")
  • 18:3518:35, 1 September 2025 WpQueryContent (hist | edit) [3,631 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpQueryContent}} This instance method is called to allow the folder to specify its contents. ==Syntax== _wpQueryContent(somSelf, Object, ulOption) ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''Object'' (WPObject *) - input :Pointer to a workplace object. This field is ignored unless QC_NEXT is specified in ulOption. ;''ulOption'' ([[ULONG]...")
  • 18:3418:34, 1 September 2025 WpUnlockObject (hist | edit) [1,399 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpUnlockObject}} This instance method decrements an object's lock count. ==Syntax== _wpUnlockObject(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks== wpUnlockObject unlocks the specified object. When an object is...")
  • 18:3318:33, 1 September 2025 WpQueryIcon (hist | edit) [1,161 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpQueryIcon}} This instance method is called to allow the object to query its current icon. ==Syntax== _wpQueryIcon(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''hptrQryIcon'' (HPOINTER) - returns :Handle to an icon. :A return value of NULLHANDLE indicates that an error occurred. ==Usage== This method can be called at...")
  • 18:3118:31, 1 September 2025 WpQueryIconData (hist | edit) [3,043 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpQueryIconData}} This instance method is called to allow the object to query the data to be used for its current icon. ==Syntax== _wpQueryIconData(somSelf, pIconInfo) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pIconInfo'' (PICONINFO) - output :Pointer to a buffer large enough to contain an ICONINFO data structure followed by the da...")
  • 18:2818:28, 1 September 2025 WpSetIconData (hist | edit) [1,325 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpSetIconData}} This instance method is called to allow the object to permanently set its current icon. ==Syntax== _wpSetIconData(somSelf, pIconInfo) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pIconInfo'' (PICONINFO) - input :Pointer to an ICONINFO structure containing an icon specification. ==Returns== ;''rc'' (BOOL) - returns...")
  • 18:2718:27, 1 September 2025 WpSetIcon (hist | edit) [1,373 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpSetIcon}} This instance method is called to allow the object to set its current icon. ==Syntax== _wpSetIcon(somSelf, hptrNewIcon) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hptrNewIcon'' (HPOINTER) - input :Pointer to the object handle. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. ::TRUE: Successful completion. ::FALSE...")
  • 18:2318:23, 1 September 2025 WpAddMouseTypePage (hist | edit) [1,940 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddMouseTypePage}} This instance method is called to allow the object to add the '''Type''' page to its Settings notebook. ==Syntax== _wpAddMouseTypePage(somSelf, hwndNotebook) ==Parameters== ;''somSelf'' (WPMouse *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPMouse. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page identifier. :A re...")
  • 18:2218:22, 1 September 2025 WpAddMouseTimingPage (hist | edit) [1,956 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddMouseTimingPage}} This instance method is called to allow the object to add the '''Timing''' page to its Settings notebook. ==Syntax== _wpAddMouseTimingPage(somSelf, hwndNotebook) ==Parameters== ;''somSelf'' (WPMouse *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPMouse. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page identifier....")
  • 18:2118:21, 1 September 2025 WpAddMousePtrPage (hist | edit) [1,469 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddMousePtrPage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method adds the Mouse '''Pointer Customization''' page to the Setting notebook. ==Syntax== _wpAddMousePtrPage(somSelf, hwndNotebook) ==Parameters== ;''somSelf'' (WPMouse *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPMouse. ;''hwndNotebook'' (HWND) - input :Handle of the Settin...")
  • 18:2018:20, 1 September 2025 WpAddLaunchPadPage1 (hist | edit) [1,313 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddLaunchPadPage1}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to add the '''Toolbar''' page 1 to the Settings notebook. ==Syntax== _wpAddLaunchPadPage1(somSelf, hwndNotebook) ==Parameters== ;''somSelf'' (WPLaunchPad *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPLaunchPad. ;''hwndNotebook'' (HWND) - input :Handle to the...")
  • 18:1818:18, 1 September 2025 WpAddMouseMappingsPage (hist | edit) [1,971 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddMouseMappingsPage}} This instance method is called to allow the object to add the '''Mappings''' page to its Settings notebook. ==Syntax== _wpAddMouseMappingsPage(somSelf, hwndNotebook) ==Parameters== ;''somSelf'' (WPMouse *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPMouse. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page ident...")
  • 18:1718:17, 1 September 2025 WpAddMouseCometPage (hist | edit) [1,430 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddMouseCometPage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method adds the '''Comet Cursor''' page to the Setting notebook. ==Syntax== _wpAddMouseCometPage(somSelf, hwndNotebook) ==Parameters== ;''somSelf'' (WPMouse *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPMouse. ;''hwndNotebook'' (HWND) - input :Handle of the Settings noteboo...")
  • 18:1618:16, 1 September 2025 WpAddLaunchPadPage2 (hist | edit) [1,303 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddLaunchPadPage2}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to add the '''Toolbar''' page 2 to the Settings notebook. ==Syntax== _wpAddLaunchPadPage2(somSelf, hwndNotebook) ==Parameters== ;''somSelf'' (WPLaunchPad *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPLaunchPad. ;''hwndNotebook'' (HWND) - input :Handle to the Se...")
  • 18:1218:12, 1 September 2025 WpAddKeyboardTimingPage (hist | edit) [1,994 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddKeyboardTimingPage}} This instance method is called to allow the object to add the '''Timing''' page to its Settings notebook. ==Syntax== _wpAddKeyboardTimingPage(somSelf, hwndNotebook) ==Parameters== ;''somSelf'' (WPKeyboard *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPKeyboard. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Pag...")
  • 18:0918:09, 1 September 2025 WpAddKeyboardSpecialNeedsPage (hist | edit) [2,006 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddKeyboardSpecialNeedsPage}} This instance method is called to allow the object to add the ''Special Needs'' page to its Settings notebook. ==Syntax== _wpAddKeyboardSpecialNeedsPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPKeyboard *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPKeyboard. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (UL...")
  • 18:0818:08, 1 September 2025 WpAddKeyboardMappingsPage (hist | edit) [1,972 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddKeyboardMappingsPage}} This instance method is called to allow the object to add the ''Mappings'' page to its Settings notebook. ==Syntax== _wpAddKeyboardMappingsPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPKeyboard *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPKeyboard. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - retu...")
  • 18:0618:06, 1 September 2025 WpAddFolderView3Page (hist | edit) [1,932 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFolderView3Page}} This instance method is called to allow the object to add the ''View 3'' page to its Settings notebook. ==Syntax== _wpAddFolderView3Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page identi...")
  • 18:0318:03, 1 September 2025 WpAddFolderView2Page (hist | edit) [2,040 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFolderView2Page}} This instance method is called to allow the object to add the ''View 2'' page to its Settings notebook. ==Syntax== _wpAddFolderView2Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ;''rc'' (ULONG) - returns :Page identifier. :0 Erro...")
  • 18:0118:01, 1 September 2025 WpAddFolderView1Page (hist | edit) [1,932 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFolderView1Page}} This instance method is called to allow the object to add the ''View 1'' page to its Settings notebook. ==Syntax== _wpAddFolderView1Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page identi...")
  • 18:0018:00, 1 September 2025 WpAddFolderSortPage (hist | edit) [1,922 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFolderSortPage}} This instance method is called to allow the object to add the ''Sort'' page to its Settings notebook. ==Syntax== _wpAddFolderSortPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page identifier...")
  • 17:5117:51, 1 September 2025 WpAddFolderSelfClosePage (hist | edit) [1,366 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFolderSelfClosePage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method adds the ''Folder Automatic Close'' page to the Settings notebook. ==Syntax== _wpAddFolderSelfClosePage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Handle of...")
  • 17:5017:50, 1 September 2025 WpAddFolderMenu2Page (hist | edit) [1,986 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFolderMenu2Page}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method adds the standard ''Menu2'' page to the Settings notebook. ==Syntax== _wpAddFolderMenu2Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle....")
  • 17:4917:49, 1 September 2025 WpAddFolderIncludePage (hist | edit) [2,054 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFolderIncludePage}} This instance method is called to allow the object to add the ''Include'' page to its Settings notebook. ==Syntax== _wpAddFolderIncludePage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ;''rc'' (ULONG) - returns :Page identifier. :0...")
  • 17:4817:48, 1 September 2025 WpAddFolderBackgroundPage (hist | edit) [1,971 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFolderBackgroundPage}} This instance method is called to allow the object to add the ''Background'' page to its Settings notebook. ==Syntax== _wpAddFolderBackgroundPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - retur...")
  • 17:4717:47, 1 September 2025 WpAddFirstChild (hist | edit) [1,313 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFirstChild}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to add one child to a folder. ==Syntax== _wpAddFirstChild(somSelf); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''Object'' (WPObject *) - returns :Pointer to the instantiated child object. ==Returns== ;''Object'' (WPO...")
  • 17:4517:45, 1 September 2025 WpAddFileTypePage (hist | edit) [1,943 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFileTypePage}} This instance method is called to allow the object to add the ''Type'' page to its Settings notebook. ==Syntax== _wpAddFileTypePage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPDataFile *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDataFile. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page identifier...")
  • 17:4317:43, 1 September 2025 WpAddFileMenuPage (hist | edit) [1,922 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFileMenuPage}} This instance method is called to allow the object to add the ''Menu'' page to its Settings notebook. ==Syntax== _wpAddFileMenuPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFileSystem. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ;''rc'' (ULONG) - returns :Page identifier. :0 Erro...")
  • 17:4217:42, 1 September 2025 WpAddFile3Page (hist | edit) [2,016 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFile3Page}} This instance method is called to allow the object to add the ''File 3'' page to its Settings notebook. ==Syntax== _wpAddFile3Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFileSystem. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ;''rc'' (ULONG) - returns :Page identifier. :0 Error oc...")
  • 17:4117:41, 1 September 2025 WpAddFile2Page (hist | edit) [2,017 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddFile2Page}} This instance method is called to allow the object to add the ''File 2'' page to its Settings notebook. ==Syntax== _wpAddFile2Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFileSystem. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ;''rc'' (ULONG) - returns :Page identifier. :0 Error oc...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)