Jump to content

Main public logs

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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 21:49, 1 September 2025 Martini talk contribs created page WpQueryButtonAppearance (Created page with "{{DISPLAYTITLE:wpQueryButtonAppearance}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method returns the Frame Control Button appearance of an object. ==Syntax== <PRE> #define INCL_WINWORKPLACE #include <os2.h> WPObject *somSelf; Pointer to the object on which the method is being invoked.: ULONG ulButtonType; A flag indicating the type of control button.: ulButtonType = _wpQueryButtonAppear...")
  • 21:47, 1 September 2025 Martini talk contribs created page WpPopulate (Created page with "{{DISPLAYTITLE:wpPopulate}} This instance method is called to allow the folder to populate itself. ==Syntax== _wpPopulate(somSelf, ulReserved, pszPath, fFoldersOnly) ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''ulReserved'' (ULONG) - input :Reserved value; must be 0. ;''pszPath'' (PSZ) - input :Reserved value; must be NULL. ;''fFoldersOnly'' (BO...")
  • 21:44, 1 September 2025 Martini talk contribs created page WpModifyMenu (Created page with "{{DISPLAYTITLE:wpModifyMenu}} 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 add additional items to its pop-up menu. ==Syntax== _wpModifyMenu(somSelf, hwndMenu, hwndCnr, iPosition, 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. ;''hwndMenu'' (...")
  • 21:43, 1 September 2025 Martini talk contribs created page WpAddUserItemsToPopupMenu (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...")
  • 21:42, 1 September 2025 Martini talk contribs created page WpInsertMenuItems (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) -...")
  • 19:46, 1 September 2025 Martini talk contribs created page WpFreeMem (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...")
  • 19:45, 1 September 2025 Martini talk contribs created page WpDoesObjectMatch (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...")
  • 19:45, 1 September 2025 Martini talk contribs created page WpCreateShadowObject (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...")
  • 19:43, 1 September 2025 Martini talk contribs created page WpContainsFolders (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...")
  • 19:42, 1 September 2025 Martini talk contribs created page WpAddObjectGeneralPage2 (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...")
  • 19:41, 1 September 2025 Martini talk contribs created page WpAddObjectGeneralPage (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...")
  • 19:38, 1 September 2025 Martini talk contribs created page WpAddNetworkPage (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''...")
  • 19:34, 1 September 2025 Martini talk contribs created page WpSetError (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...")
  • 19:34, 1 September 2025 Martini talk contribs created page WpQueryError (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...")
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)