Main public logs
Appearance
Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:33, 1 September 2025 Martini talk contribs created page WpQueryDetailsData (Created page with "{{DISPLAYTITLE:wpQueryDetailsData}} This instance method is called to allow the object to query its current details data. ==Syntax== _wpQueryDetailsData(somSelf, ppDetailsData, pcp) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ppDetailsData'' (PVOID *) - output :Pointer to detail data information. ;''pcp'' (PULONG) - in/out :Length of **ppDetailsDa...")
- 19:32, 1 September 2025 Martini talk contribs created page WpModifyPopupMenu (Created page with "{{DISPLAYTITLE:wpModifyPopupMenu}} This instance method is called to allow an object to add additional items to its pop-up menu. ==Syntax== _wpModifyPopupMenu(somSelf, hwndMenu, hwndCnr, iPosition) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndMenu'' (HWND) - input :Menu handle. ;''hwndCnr'' (HWND) - input :Handle to container control window. ;...")
- 19:16, 1 September 2025 Martini talk contribs created page WpMenuItemSelected (Created page with "{{DISPLAYTITLE:wpMenuItemSelected}} This instance method is called to allow an object to process a pop-up menu selection. ==Syntax== _wpMenuItemSelected(somSelf, hwndFrame, ulMenuId) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndFrame'' (HWND) - input :Handle to the frame window. ;''ulMenuId'' (ULONG) - input :ID of the selected pop-up menu. :For...")
- 19:16, 1 September 2025 Martini talk contribs created page WpInsertPopupMenuItems (Created page with "{{DISPLAYTITLE:wpInsertPopupMenuItems}} This instance method is called to allow an object to insert items into its pop-up menu. ==Syntax== _wpInsertPopupMenuItems(somSelf, hwndMenu, iPosition, hmod, MenuID, SubMenuId) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndMenu'' (HWND) - input :Handle to the pop-up menu. ;''iPosition'' (ULONG) - input :Po...")
- 19:15, 1 September 2025 Martini talk contribs created page WpFilterPopupMenu (Created page with "{{DISPLAYTITLE:wpFilterPopupMenu}} This instance method is called to allow the object to modify its context menu. ==Syntax== _wpFilterPopupMenu(somSelf, ulFlags, hwndCnr, fMultiSelect) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulFlags'' (ULONG) - input :Pop-up menu flags. If the flag is set, the corresponding pop-up menu item is available. These flags...")
- 19:14, 1 September 2025 Martini talk contribs created page WpSetDefaultHelp (Created page with "{{DISPLAYTITLE:wpSetDefaultHelp}} This instance method is called to set the default help panel for the object. ==Syntax== _wpSetDefaultHelp(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 :Help panel identity. ;''HelpLibrary'' (PSZ) - input :A pointer to the name of the Help library. A N...")
- 19:13, 1 September 2025 Martini talk contribs created page WpQueryDefaultHelp (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:13, 1 September 2025 Martini talk contribs created page WpDisplayHelp (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:12, 1 September 2025 Martini talk contribs created page WpMenuItemHelpSelected (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:11, 1 September 2025 Martini talk contribs created page WpSwitchTo (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:10, 1 September 2025 Martini talk contribs created page WpViewObject (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:10, 1 September 2025 Martini talk contribs created page WpOpen (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:09, 1 September 2025 Martini talk contribs created page WpCnrRemoveObject (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:07, 1 September 2025 Martini talk contribs created page WpFindUseItem (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:07, 1 September 2025 Martini talk contribs created page WpDeleteFromObjUseList (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:06, 1 September 2025 Martini talk contribs created page WpClose (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:05, 1 September 2025 Martini talk contribs created page WpAllocMem (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:04, 1 September 2025 Martini talk contribs created page WpAddToObjUseList (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:03, 1 September 2025 Martini talk contribs created page WpCnrInsertObject (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:59, 1 September 2025 Martini talk contribs created page WpQueryConfirmations (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:58, 1 September 2025 Martini talk contribs created page WpConfirmDelete (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:57, 1 September 2025 Martini talk contribs created page WpInitData (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:55, 1 September 2025 Martini talk contribs created page WpUnInitData (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:54, 1 September 2025 Martini talk contribs created page WpDelete (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:53, 1 September 2025 Martini talk contribs created page WpFree (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:42, 1 September 2025 Martini talk contribs created page WpFilterMenu (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:41, 1 September 2025 Martini talk contribs created page WpAddObjectWindowPage (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:35, 1 September 2025 Martini talk contribs created page WpQueryContent (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:34, 1 September 2025 Martini talk contribs created page WpUnlockObject (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:33, 1 September 2025 Martini talk contribs created page WpQueryIcon (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:31, 1 September 2025 Martini talk contribs created page WpQueryIconData (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:28, 1 September 2025 Martini talk contribs created page WpSetIconData (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:27, 1 September 2025 Martini talk contribs created page WpSetIcon (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:23, 1 September 2025 Martini talk contribs created page WpAddMouseTypePage (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:22, 1 September 2025 Martini talk contribs created page WpAddMouseTimingPage (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:21, 1 September 2025 Martini talk contribs created page WpAddMousePtrPage (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:20, 1 September 2025 Martini talk contribs created page WpAddLaunchPadPage1 (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:18, 1 September 2025 Martini talk contribs created page WpAddMouseMappingsPage (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:17, 1 September 2025 Martini talk contribs created page WpAddMouseCometPage (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:16, 1 September 2025 Martini talk contribs created page WpAddLaunchPadPage2 (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:12, 1 September 2025 Martini talk contribs created page WpAddKeyboardTimingPage (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:09, 1 September 2025 Martini talk contribs created page WpAddKeyboardSpecialNeedsPage (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:08, 1 September 2025 Martini talk contribs created page WpAddKeyboardMappingsPage (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:06, 1 September 2025 Martini talk contribs created page WpAddFolderView3Page (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:03, 1 September 2025 Martini talk contribs created page WpAddFolderView2Page (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:01, 1 September 2025 Martini talk contribs created page WpAddFolderView1Page (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:00, 1 September 2025 Martini talk contribs created page WpAddFolderSortPage (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:51, 1 September 2025 Martini talk contribs created page WpAddFolderSelfClosePage (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:50, 1 September 2025 Martini talk contribs created page WpAddFolderMenu2Page (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:49, 1 September 2025 Martini talk contribs created page WpAddFolderIncludePage (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...")