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).
- 02:47, 17 November 2025 Martini talk contribs created page WpSetupCell (Created page with "{{DISPLAYTITLE:wpSetupCell}} This instance method is called to initialize a cell. ==Syntax== _wpSetupCell(somSelf, pCellData, cb, x, y) ==Parameters== ;''somSelf'' (WPPalette *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPalette. ;''pCellData'' (PVOID) - input :Pointer to the data to be stored. ;''cb'' (ULONG) - input :Size of the data to be stored. ;''x'' (ULONG) - input :X-coordinate of...")
- 02:46, 17 November 2025 Martini talk contribs created page WpPaintCell (Created page with "{{DISPLAYTITLE:wpPaintCell}} This instance method is called to paint a cell. ==Syntax== wpPaintCell(somSelf, pCell, hps, prcl, fHilite) ==Parameters== ;''somSelf'' (WPPalette *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPalette. ;''pCell'' (PCELL) - input :Pointer to the **CELL** structure to be painted. ;''hps'' (HPS) - input :Presentation space handle for the cell. ;''prcl'' (PRECTL) -...")
- 02:44, 17 November 2025 Martini talk contribs created page WpRedrawCell (Created page with "{{DISPLAYTITLE:wpRedrawCell}} This instance method forces a palette object to repaint the specified cell area. ==Syntax== _wpRedrawCell(somSelf, pCell) ==Parameters== ;''somSelf'' (WPPalette *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPalette. ;''pCell'' (PCELL) - input :Pointer to the cell within the palette that needs repainting. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. :*...")
- 02:43, 17 November 2025 Martini talk contribs created page WpInitCellStructs (Created page with "{{DISPLAYTITLE:wpInitCellStructs}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method sets up the cell dimensions of a palette object based upon the current count of rows and columns. This method also allocates the cell structures if they are not present. ==Syntax== _wpInitCellStructs(somSelf) ==Parameters== ;''somSelf'' (WPPalette *) - input :Pointer to the object on which the method is being invoked. :Points to a...")
- 02:42, 17 November 2025 Martini talk contribs created page WpReleasePrinter (Created page with "{{DISPLAYTITLE:wpReleasePrinter}} This instance method is called to release a printer object. ==Syntax== _wpReleasePrinter(somSelf) ==Parameters== ;''somSelf'' (WPPrinter *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPrinter. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. :* '''TRUE''' Successful completion. :* '''FALSE''' Error occurred. ==How to Override== This method is generally not...")
- 02:41, 17 November 2025 Martini talk contribs created page WpHoldPrinter (Created page with "{{DISPLAYTITLE:wpHoldPrinter}} This instance method is called to hold a printer object. ==Syntax== _wpHoldPrinter(somSelf) ==Parameters== ;''somSelf'' (WPPrinter *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPrinter. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. :* '''TRUE''' Successful completion. :* '''FALSE''' Error occurred. ==How to Override== This method is generally not overridde...")
- 02:40, 17 November 2025 Martini talk contribs created page WpReleaseJob (Created page with "{{DISPLAYTITLE:wpReleaseJob}} This instance method is called to release a job object. ==Syntax== _wpReleaseJob(somSelf) ==Parameters== ;''somSelf'' (WPJob *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPJob. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. :* '''TRUE''' Successful completion. :* '''FALSE''' Error occurred. ==How to Override== This method is generally not overridden. ==Examp...")
- 02:38, 17 November 2025 Martini talk contribs created page WpHoldJob (Created page with "{{DISPLAYTITLE:wpHoldJob}} This instance method is called to hold a job object. ==Syntax== _wpHoldJob(somSelf) ==Parameters== ;''somSelf'' (WPJob *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPJob. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. :* '''TRUE''' Successful completion. :* '''FALSE''' Error occurred. ==How to Override== This method is generally not overridden. ==Example Code==...")
- 02:37, 17 November 2025 Martini talk contribs created page WpHideFldrRunObjs (Created page with "{{DISPLAYTITLE:wpHideFldrRunObjs}} For work area folders, this instance method is called to allow the folder to hide or minimize its open objects. ==Syntax== _wpHideFldrRunObjs(somSelf, fHide) ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''fHide'' (BOOL) - input :Flag indicating whether to hide or show open objects. :* **TRUE** Hide all objects opened...")
- 02:36, 17 November 2025 Martini talk contribs created page WpRestore (Created page with "{{DISPLAYTITLE:wpRestore}} This instance method is called to allow the object to restore its views from the hidden or minimized states. ==Syntax== _wpRestore(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. ==How to Overrid...")
- 02:35, 17 November 2025 Martini talk contribs created page WpHide (Created page with "{{DISPLAYTITLE:wpHide}} This instance method is called to hide or minimize open views of this object. ==Syntax== _wpHide(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. ==How to Override== This method is not generally over...")
- 02:31, 17 November 2025 Martini talk contribs deleted page WpUninitData (Duplicated)
- 02:29, 17 November 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. ==How to Override== This method is overridden to de-allocate resources allocated during the processing of wpInit...")
- 02:26, 17 November 2025 Martini talk contribs created page WpSetTaskRec (Created page with "{{DISPLAYTITLE:wpSetTaskRec}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method adds, replaces, or deletes a task data block. ==Syntax== _wpSetTaskRec(somSelf, pNew, pOld) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pNew'' (PTASKREC) - input :New task link to be added or replaced. ;''pOld'' (PTA...")
- 02:24, 17 November 2025 Martini talk contribs created page WpSaveCellData (Created page with "{{DISPLAYTITLE:wpSaveCellData}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method saves the data for the specified cell. ==Syntax== _wpSaveCellData(somSelf, pCell, ulIndex) ==Parameters== ;''somSelf'' (WPPalette *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPalette. ;''pCell'' (PCELL) - input :Pointer to the cell whose data is to be saved. ;''ulIn...")
- 02:23, 17 November 2025 Martini talk contribs created page WpRestoreCellData (Created page with "{{DISPLAYTITLE:wpRestoreCellData}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method restores the data for the specified cell. ==Syntax== _wpRestoreCellData(somSelf, pCell, ulIndex, ulCellSize) ==Parameters== ;''somSelf'' (WPPalette *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPalette. ;''pCell'' (PCELL *) - in/out :Pointer to the cell whose data...")
- 02:22, 17 November 2025 Martini talk contribs created page WpReplacementIsInEffect (Created page with "{{DISPLAYTITLE:wpReplacementIsInEffect}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method determines whether the given class is currently replaced by a specified class. ==Syntax== _wpReplacementIsInEffect(somSelf, pszOldClass, pszNewClass) ==Parameters== ;''somSelf'' (WPClassManager *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class **SOMClassMgr**. ;''pszOldCla...")
- 02:20, 17 November 2025 Martini talk contribs created page WpSetMinWindow (Created page with "{{DISPLAYTITLE:wpSetMinWindow}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method sets the minimized window behavior of an object. ==Syntax== wpSetMinWindow(somSelf, ulMinWindow) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulMinWindow'' (ULONG) - input :Flag indicating the minimized window behavior...")
- 02:19, 17 November 2025 Martini talk contribs created page WpQueryMinWindow (Created page with "{{DISPLAYTITLE:wpQueryMinWindow}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method returns the minimized window behavior of an object. ==Syntax== _wpQueryMinWindow(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''ulMinWin'' (ULONG) - returns :Flag indicating minimized window behavi...")
- 02:18, 17 November 2025 Martini talk contribs created page WpRenderComplete (Created page with "{{DISPLAYTITLE:wpRenderComplete}} This instance method is called to notify the object that the drag or drop rendering request is complete. ==Syntax== _wpRenderComplete(somSelf, pdxfer, ulResult) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pdxfer'' (PDRAGTRANSFER) - input :Pointer to a DRAGTRANSFER structure. ;''ulResult'' (ULONG) - input :...")
- 02:13, 17 November 2025 Martini talk contribs created page WpRender (Created page with "{{DISPLAYTITLE:wpRender}} This instance method is called to request a drag-rendering or drop-rendering format from the object. ==Syntax== _wpRender(somSelf, pdxfer) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pdxfer'' (PDRAGTRANSFER) - input :Pointer to a DRAGTRANSFER structure. ==Returns== ;''mresreturn'' (MRESULT) - returns :See the **DM...")
- 02:10, 17 November 2025 Martini talk contribs created page WpQueryDriveLockStatus (Created page with "{{DISPLAYTITLE:wpQueryDriveLockStatus}} This method is specific to version 2.1, or higher, of the OS/2 operating system. This instance method returns the lock status of a drive. ==Syntax== _wpQueryDriveLockStatus(somSelf, pulLockStatus, pulLockCount) ==Parameters== ;''somSelf'' (WPDisk *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDisk. ;''pulLockStatus'' (PULONG) - input :Pointer to the lock stat...")
- 02:08, 17 November 2025 Martini talk contribs created page WpLockDrive (Created page with "{{DISPLAYTITLE:wpLockDrive}} This method is specific to version 2.1, or higher, of the OS/2 operating system. This instance method is used to lock or unlock removable media in drives that support this feature. ==Syntax== _wpLockDrive(somSelf, fLock) ==Parameters== ;''somSelf'' (WPDisk *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDisk. ;''fLock'' (BOOL) - input :Lock flag. :* '''TRUE''' Increment...")
- 02:02, 17 November 2025 Martini talk contribs created page WpSetNextIconPos (Created page with "{{DISPLAYTITLE:wpSetNextIconPos}} This instance method is called to allow the folder to change the next icon position. ==Syntax== _wpSetNextIconPos(somSelf, pptl) ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''pptl'' (PPOINTL) - input :Position within the folder. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. :'''TRUE''' Successful comp...")
- 02:01, 17 November 2025 Martini talk contribs created page WpQueryNextIconPos (Created page with "{{DISPLAYTITLE:wpQueryNextIconPos}} This instance method is called to allow the folder to query the next icon position. ==Syntax== _wpQueryNextIconPos(somSelf) ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ==Returns== ;''pptl'' (PPOINTL) - returns :Pointer to the next position at which icons will be inserted. ==How to Override== This method is generall...")
- 01:59, 17 November 2025 Martini talk contribs created page WpSetDefaultIconPos (Created page with "{{DISPLAYTITLE:wpSetDefaultIconPos}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to set the default icon position of an object within a folder. ==Syntax== _wpSetDefaultIconPos(somSelf, pPointl) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pPointl'' (PPOINTL) - input :Pointer to the c...")
- 01:58, 17 November 2025 Martini talk contribs created page WpQueryDefaultIconPos (Created page with "{{DISPLAYTITLE:wpQueryDefaultIconPos}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method returns the default icon position of the current object within a folder. ==Syntax== _wpQueryDefaultIconPos(somSelf, pPointl) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pPointl'' (PPOINTL) - output :Pointer to...")
- 01:57, 17 November 2025 Martini talk contribs created page WpStoreIconPosData (Created page with "{{DISPLAYTITLE:wpStoreIconPosData}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method stores the ICONPOS data passed to this method on the folder object's .ICONPOS extended attribute (EA). ==Syntax== _wpStoreIconPosData(somSelf, pIconPos, cbSize) ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''pIconPos'' (...")
- 01:55, 17 November 2025 Martini talk contribs created page WpQueryIconPosition (Created page with "{{DISPLAYTITLE:wpQueryIconPosition}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method finds the saved icon position for this record. ==Syntax== _wpQueryIconPosition(somSelf, pszIdentity, pptl, pIndex) ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''pszIdentity'' (PSZ) - input :Object identity string....")
- 01:54, 17 November 2025 Martini talk contribs created page WpInitIconPosData (Created page with "{{DISPLAYTITLE:wpInitIconPosData}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method reads the .ICONPOS extended attribute (EA) for the folder directory to determine where to position the object icons within the folder. ==Syntax== _wpInitIconPosData(somSelf) ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ==R...")
- 01:53, 17 November 2025 Martini talk contribs created page WpIdentify (Created page with "{{DISPLAYTITLE:wpIdentify}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method returns a string that is unique within a given container that identifies the specified object. ==Syntax== _wpIdentify(somSelf, pszIdentity) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszIdentity'' (PSZ) - output :A uniqu...")
- 01:50, 17 November 2025 Martini talk contribs created page WpModuleForClass (Created page with "{{DISPLAYTITLE:wpModuleForClass}} This method is specific to Version 3, or higher, of the OS/2 operating system. This instance method returns the module name for a given class. ==Syntax== _wpModuleForClass(somSelf, pszClass) ==Parameters== ;''somSelf'' (WPClassManager *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class **SOMClassMgr**. ;''pszClass'' (PSZ) - input :Class for which the module name is returned....")
- 01:49, 17 November 2025 Martini talk contribs created page WpGetTrueClassName (Created page with "{{DISPLAYTITLE:wpGetTrueClassName}} This method is specific to Version 3, or higher, of the OS/2 operating system. This instance method returns the class name for the given object. ==Syntax== _wpGetTrueClassName(somSelf, Object) ==Parameters== ;''somSelf'' (SOMClassMgr *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class **SOMClassMgr**. ;''Object'' (WPObject *) - input :The object to get the class name for....")
- 01:47, 17 November 2025 Martini talk contribs created page WpGetFattrsFromPsz (Created page with "{{DISPLAYTITLE:wpGetFattrsFromPsz}} This method is specific to Version 3, or higher, of the OS/2 operating system. This instance method returns the font attributes from a PresParam string. ==Syntax== _wpGetFattrsFromPsz(somSelf, pszFont, pFattrs) ==Parameters== ;''somSelf'' (WPFontPalette *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFontPalette. ;''pszFont'' (PSZ) - input :PresParam string. ;''p...")
- 01:46, 17 November 2025 Martini talk contribs created page WpFreeIconPosData (Created page with "{{DISPLAYTITLE:wpFreeIconPosData}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method frees the .ICONPOS extended attribute (EA) information that is allocated by wpInitIconPosData. ==Syntax== _wpFreeIconPosData(somSelf) ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ==Returns== :There is no return value f...")
- 01:44, 17 November 2025 Martini talk contribs created page WpFreeCellData (Created page with "{{DISPLAYTITLE:wpFreeCellData}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method frees the data for the specified cell. ==Syntax== _wpFreeCellData(somSelf, pCell, ulIndex) ==Parameters== ;''somSelf'' (WPPalette *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPalette. ;''pCell'' (PCELL) - input :Pointer to the cell. ;''ulIndex'' (ULONG) - input...")
- 01:43, 17 November 2025 Martini talk contribs created page WpFormatDragItem (Created page with "{{DISPLAYTITLE:wpFormatDragItem}} This instance method is called to allow the object to format its drag information when the user starts to drag it. ==Syntax== _wpFormatDragItem(somSelf, pdrgItem) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pdrgItem'' (PDRAGITEM) - input :Address of the drag item. ==Returns== ;''rc'' (BOOL) - returns :Success...")
- 01:41, 17 November 2025 Martini talk contribs created page WpFlushNotifications (Created page with "{{DISPLAYTITLE:wpFlushNotifications}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method forces all pending file system notifications for a folder to be processed immediately. ==Syntax== _wpFlushNotifications(somSelf) ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ==Returns== ;''rc'' (BOOL) - returns :Suc...")
- 01:40, 17 November 2025 Martini talk contribs created page WpFindViewItem (Created page with "{{DISPLAYTITLE:wpFindViewItem}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method locates either the first or next occurrence of one of the specified views in the in-use list. ==Syntax== _wpFindViewItem(somSelf, flViews, pCurrentItem) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''flViews'' (ULONG) -...")
- 01:37, 17 November 2025 Martini talk contribs created page WpFindTaskRec (Created page with "{{DISPLAYTITLE:wpFindTaskRec}} This method is specific to Version 4, or higher, of the OS/2 operating system. An object is sent this message to request information specific to the task being performed in a task thread. ==Syntax== _wpFindTaskRec(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'' (PTASKREC) - returns :Pointer to t...")
- 06:42, 16 November 2025 Martini talk contribs created page WpFindMinWindow (Created page with "{{DISPLAYTITLE:wpFindMinWindow}} This method is specific to version 3, or higher, of the OS/2 operating system. This method returns the minimized window object that corresponds to the given frame window handle. ==Syntax== _wpFindMinWindow(somSelf, hwndFrame) ==Parameters== ;''somSelf'' (WPMinWinViewer *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPMinWinViewer. ;''hwndFrame'' (HWND) - input :Frame...")
- 06:39, 16 November 2025 Martini talk contribs created page WpEndConversation (Created page with "{{DISPLAYTITLE:wpEndConversation}} This instance method is called to notify the object that the drag or drop operation is complete. ==Syntax== _wpEndConversation(somSelf, ulItemID, fResult) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulItemID'' (ULONG) - input :This is the *ulItemID* from the DRAGITEM that was contained within the DRAGINFO...")
- 06:38, 16 November 2025 Martini talk contribs created page WpEjectDisk (Created page with "{{DISPLAYTITLE:wpEjectDisk}} This method is specific to version 2.1, or higher, of the OS/2 operating system. This instance method is used to ejection media from drives that support software eject of removable media. ==Syntax== _wpEjectDisk(somSelf) ==Parameters== ;''somSelf'' (WPDisk *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDisk. ==Returns== ;''rc'' (ULONG) - returns :Return code from DosDev...")
- 06:36, 16 November 2025 Martini talk contribs created page WpEditCell (Created page with "{{DISPLAYTITLE:wpEditCell}} This instance method is called to edit a value in a cell. ==Syntax== _wpEditCell(somSelf, pCell, hwndPal) ==Parameters== ;''somSelf'' (WPPalette *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPalette. ;''pCell'' (PCELL) - input :Pointer to the **CELL** structure to be edited. ;''hwndPal'' (HWND) - input :Palette window handle. ==Returns== ;''rc'' (BOOL) - return...")
- 06:35, 16 November 2025 Martini talk contribs created page WpDroppedOnObject (Created page with "{{DISPLAYTITLE:wpDroppedOnObject}} This instance method is called on an object that has just been dragged (a source object) when the target object that it was dropped on does not know what action to perform. This instance method is called only on a source object when that source object has previously responded favorably to a wpDraggedOverObject instance method call. ==Syntax== _wpDroppedOnObject(somSelf, DroppedOnObject) ==Parameters== ;''somSelf'' (WPObject *...")
- 06:33, 16 November 2025 Martini talk contribs created page WpDrop (Created page with "{{DISPLAYTITLE:wpDrop}} This instance method is called to inform an object that another object has been dropped on it. ==Syntax== _wpDrop(somSelf, hwndCnr, pdrgInfo, pdrgItem) ==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 to the container control window. ;''pdrgInfo'' (PDRAGINFO) - input :Pointer to a [[DRAGINFO]...")
- 06:31, 16 November 2025 Martini talk contribs created page WpDragOver (Created page with "{{DISPLAYTITLE:wpDragOver}} This instance method is called to inform the object that other objects are being dragged over it. ==Syntax== _wpDragOver(somSelf, hwndCnr, pdrgInfo) ==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 to the container control window. ;''pdrgInfo'' (PDRAGINFO) - input :Pointer to drag informa...")
- 06:30, 16 November 2025 Martini talk contribs created page WpDraggedOverObject (Created page with "{{DISPLAYTITLE:wpDraggedOverObject}} This instance method may be called on an object that is currently being dragged with the mouse to identify the current target object. The return code from this method lets the system know whether the object being dragged can be dropped on the specified target. ==Syntax== _wpDraggedOverObject(somSelf, DraggedOverObject) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked....")
- 06:29, 16 November 2025 Martini talk contribs created page WpDragCell (Created page with "{{DISPLAYTITLE:wpDragCell}} This instance method is called to drag-apply a value in a cell. ==Syntax== _wpDragCell(somSelf, pCell, hwndPal, ptlDrag) ==Parameters== ;''somSelf'' (WPPalette *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPalette. ;''pCell'' (PCELL) - input :Pointer to the **CELL** structure to be dragged. ;''hwndPal'' (HWND) - input :Palette window handle. ;''ptlDrag'' (PPOINTL...")
- 06:28, 16 November 2025 Martini talk contribs created page WpDisplayMenu (Created page with "{{DISPLAYTITLE:wpDisplayMenu}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method creates and displays an object's popup context menu. ==Syntax== _wpDisplayMenu(somSelf, hwndOwner, hwndClient, ptlPopupPt, ulMenuType, ulReserved) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndOwner'' (HWND) - input...")