New pages
Appearance
1 September 2025
- 20:4320:43, 1 September 2025 WpAddUserItemsToPopupMenu (hist | edit) [1,810 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddUserItemsToPopupMenu}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method adds user defined items to the pop-up menu. ==Syntax== _wpAddUserItemsToPopupMenu(somSelf, hwndMenu, hwndCnr, iPosition) ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFileSystem. ;''hwndMenu'' (HWND) - input :Handle to...")
- 20:4220:42, 1 September 2025 WpInsertMenuItems (hist | edit) [3,308 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpInsertMenuItems}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method is called to allow an object to insert items into its pop-up menu. ==Syntax== _wpInsertMenuItems(somSelf, hwndMenu, iPosition, hmod, MenuID, ulSubMenuId) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndMenu'' (HWND) -...")
- 18:4618:46, 1 September 2025 WpFreeMem (hist | edit) [1,468 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpFreeMem}} This instance method is called to de-allocate memory allocated by a call to wpAllocMem. ==Syntax== _wpFreeMem(somSelf, pByte) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pByte'' (PBYTE) - input :Pointer to the memory to be de-allocated. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. ::TRUE: Successful comple...")
- 18:4518:45, 1 September 2025 WpDoesObjectMatch (hist | edit) [1,569 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpDoesObjectMatch}} This instance method is called to allow the object to determine if it matches the specified criteria. ==Syntax== _wpDoesObjectMatch(somSelf, pvoidExtendedCriteria) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pvoidExtendedCriteria'' (PVOID) - input :Pointer to class-specific extended search criteria. :A pointer to a buf...")
- 18:4518:45, 1 September 2025 WpCreateShadowObject (hist | edit) [1,970 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpCreateShadowObject}} This instance method is called to create a shadow of an object. ==Syntax== _wpCreateShadowObject(somSelf, Folder, fLock) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''Folder'' (WPFolder *) - input :Pointer to a Folder object. :A pointer to a Folder object in which to place the new shadow object. This pointer can be d...")
- 18:4318:43, 1 September 2025 WpContainsFolders (hist | edit) [1,217 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpContainsFolders}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method determines whether the folder contains any subfolders. ==Syntax== _wpContainsFolders(somSelf, pfSubFolders) ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''pfSubFolders'' (BOOL *) - output :Flag indicating whether the folde...")
- 18:4218:42, 1 September 2025 WpAddObjectGeneralPage2 (hist | edit) [1,624 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddObjectGeneralPage2}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to allow the object to add the **Animation Icon** page to its Settings notebook. ==Syntax== _wpAddObjectGeneralPage2(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...")
- 18:4118:41, 1 September 2025 WpAddObjectGeneralPage (hist | edit) [1,676 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddObjectGeneralPage}} This instance method is called to allow the object to add the **General** page to its Settings notebook. ==Syntax== _wpAddObjectGeneralPage(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 :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page i...")
- 18:3818:38, 1 September 2025 WpAddNetworkPage (hist | edit) [1,321 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddNetworkPage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to allow the object to add the **Network** page to the remote printer object's Settings notebook. ==Syntax== _wpAddNetworkPage(somSelf, hwndNotebook) ==Parameters== ;''somSelf'' (WPRPrinter *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPRPrinter. ;''hwndNotebook''...")
- 18:3418:34, 1 September 2025 WpSetError (hist | edit) [1,369 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpSetError}} This instance method is called to identify an error condition. ==Syntax== _wpSetError(somSelf, ulErrorID) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulErrorID'' (ULONG) - input :Error identity. See the wpQueryError method for information about this value. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. ::T...")
- 18:3418:34, 1 September 2025 WpQueryError (hist | edit) [2,590 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpQueryError}} This instance method is called to retrieve the error identity of the last error condition. ==Syntax== _wpQueryError(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''ulerrorid'' (ULONG) - returns :Error identities. :WPERR_PROTECTED_CLASS: Class is protected. :WPERR_INVALID_CLASS: Class is invalid. :WPERR_INV...")
- 18:3318:33, 1 September 2025 WpQueryDetailsData (hist | edit) [2,847 bytes] Martini (talk | contribs) (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...")
- 18:3218:32, 1 September 2025 WpModifyPopupMenu (hist | edit) [2,025 bytes] Martini (talk | contribs) (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. ;...")
- 18:1618:16, 1 September 2025 WpMenuItemSelected (hist | edit) [2,058 bytes] Martini (talk | contribs) (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...")
- 18:1618:16, 1 September 2025 WpInsertPopupMenuItems (hist | edit) [2,205 bytes] Martini (talk | contribs) (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...")
- 18:1518:15, 1 September 2025 WpFilterPopupMenu (hist | edit) [2,804 bytes] Martini (talk | contribs) (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...")
- 18:1418:14, 1 September 2025 WpSetDefaultHelp (hist | edit) [1,516 bytes] Martini (talk | contribs) (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...")
- 18:1318: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...")
- 18:1318: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...")
- 18:1218: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'' ([...")
- 18:1118: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...")
- 18:1018: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...")
- 18:1018: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...")
- 18:0918: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...")
- 18:0718: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...")
- 18:0718: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...")
- 18:0618: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...")
- 18:0518: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...")
- 18:0418: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...")
- 18:0318: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...")
- 17:5917: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...")
- 17:5817: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...")
- 17:5717: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...")
- 17:5517: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...")
- 17:5417: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...")
- 17:5317: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...")
- 17:4217: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...")
- 17:4117: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...")
- 17:3517: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]...")
- 17:3417: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...")
- 17:3317: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...")
- 17:3117: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...")
- 17:2817: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...")
- 17:2717: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...")
- 17:2317: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...")
- 17:2217: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....")
- 17:2117: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...")
- 17:2017: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...")
- 17:1817: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...")
- 17:1717: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...")