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 (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 03:59, 4 September 2025 Martini talk contribs created page File:PDKCD11-92.png
  • 03:59, 4 September 2025 Martini talk contribs uploaded File:PDKCD11-92.png
  • 04:06, 3 September 2025 Martini talk contribs created page DEVESC DBE LAST (Created page with "{{DISPLAYTITLE:DEVESC_DBE_LAST}} This function informs the presentation driver that character codes for subsequent output data will use one byte per character. ==Syntax== GreEscape (hdc, DEVESC_DBE_LAST, clnCount, plnData, pcOutCount, pOutData, plnstance, lFunction) ==Parameters== ;''hdc'' (HOC) - input :Device context handle ;''lEscape'' (LONG) - input :DEVESC_DBE_LAST ;''clnCount'' (LONG) - input :The handling routine ignores this parameter ;''pinData'' (PBYTE) - in...")
  • 03:45, 3 September 2025 Martini talk contribs created page Talk:A flat model device driver for OS/2:Appendix A – Listings (Created page with "~~~~ There are issues with the indentation of the samples.")
  • 03:30, 3 September 2025 Martini talk contribs created page DEVESC VIDEOHIDDEN (Created page with "GreEscape DEVESC_VIDEOHIDDEN is called by EnDIVE users to specify that the video is hidden whenever the video is completely occluded (for example, clipped out, minimized, and so on). This will give the driver a chance to turn off video acceleration if necessary. ;Simulation support: None. ==Syntax== GreEscape(hdc, ICODE, lInCount, pbInData, plOutCount, pbOutData); ==Parameters== ;hdc (HDC) - input :Device context handle. ;ICODE (LONG) - input :DEVESC_VIDEOHIDDE...")
  • 03:23, 3 September 2025 Martini talk contribs created page DEVESC SWITCHBANK (Created page with "{{DISPLAYTITLE:DEVESC_SWITCHBANK}} GreEscape DEVESC_SWITCHBANK changes which bank of video memory is mapped to the aperture that is returned by DEVESC_GETAPERTURE. The escape is intended to allow the calling routine to switch banks in a device-independent fashion, and then access video memory directly. This escape must be bracketed by calls to DEVESC_ACQUIREFB and DEVESC_DEACQUIREFB. These calls ensure serial access to the bank-switching resources of the device. Cur...")
  • 02:49, 3 September 2025 Martini talk contribs created page DEVESC STD JOURNAL (Created page with "{{DISPLAYTITLE:DEVESC_STD_JOURNAL}} GreEscape DEVESC_STD_JOURNAL sends a standard journal file to the presentation driver. ;Simulation support: This function is mandatory for hardcopy drivers, but may simply return a DEVESC_NOTIMPLEMENTED code. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction) ==Parameters== ;hdc (HDC) - input :Device co...")
  • 02:12, 3 September 2025 Martini talk contribs created page DEVESC VRAMALLOC (Created page with "{{DISPLAYTITLE:DEVESC_VRAMALLOC}} GreEscape DEVESC_VRAMALLOC is called by EnDIVE users to allocate off-screen video memory, into which the function puts images. The driver is responsible for allocating and deallocating memory from its available video memory. The VRAMALLOCIN data structure contains a function code (ulFunction), which specifies allocation or deallocation. If video memory is not supported or available, the EnDIVE user is responsible for allocating system me...")
  • 02:08, 3 September 2025 Martini talk contribs created page DEVESC STARTDOC (Created page with "{{DISPLAYTITLE:DEVESC_STARTDOC_WPROP}} GreEscape DEVESC_STARTDOC starts a new document. The handling routine in the presentation driver does whatever initialization is required to spool or print the document. Note: DEVESC_STARTDOC is mandatory at the API for an OD_QUEUED device with PM_Q_STD data. ;Simulation support: This function is mandatory for hardcopy drivers and must be implemented in order to have a valid OS/2 hardcopy driver. For other drivers, it is simula...")
  • 02:01, 3 September 2025 Martini talk contribs created page DEVESC STARTDOC WPROP (Created page with "{{DISPLAYTITLE:DEVESC_STARTDOC_WPROP}} GreEscape DEVESC_STARTDOC_WPROP will reset the device context information and presentation space information to be based on the new job properties that are passed in. This should be equivalent to the result of a new DevOpenDC with the new job properties. ;Simulation support: This function is mandatory for hardcopy drivers and must be implemented in order to have a valid OS/2 hardcopy driver. Refer to Dynamic Job Properties f...")
  • 00:52, 3 September 2025 Martini talk contribs created page WpAddProgramSessionPage (Created page with "{{DISPLAYTITLE:wpAddProgramSessionPage}} This instance method is called to allow the object to add the **Session** page to its Settings notebook. ==Syntax== <PRE> _wpAddProgramSessionPage(somSelf, hwndNotebook) </PRE> ==Parameters== ;''somSelf'' (WPProgram *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPProgram. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' ([[ULONG]...")
  • 00:49, 3 September 2025 Martini talk contribs created page WpAddProgramPage (Created page with "{{DISPLAYTITLE:wpAddProgramPage}} This instance method is called to allow the object to add the **Program** page to its Settings notebook. ==Syntax== <PRE> _wpAddProgramPage(somSelf, hwndNotebook) </PRE> ==Parameters== ;''somSelf'' (WPProgram *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPProgram. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :...")
  • 00:48, 3 September 2025 Martini talk contribs created page WpAddProgramAssociationPage (Created page with "{{DISPLAYTITLE:wpAddProgramAssociationPage}} This instance method is called to allow the object to add the Association page to its Settings notebook. ==Syntax== <PRE> _wpAddProgramAssociationPage(somSelf, hwndNotebook) </PRE> ==Parameters== ;''somSelf'' (WPProgramFile *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPProgramFile. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;...")
  • 00:47, 3 September 2025 Martini talk contribs created page WpAddSetViewPage (Created page with "{{DISPLAYTITLE:wpAddSetViewPage}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method adds the Set View page to the Settings notebook. ==Syntax== _wpAddSetViewPage(somSelf, hwndNotebook) ==Parameters== ;''somSelf'' (WPSpool *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSpool. ;''hwndNotebook'' (HWND) - input :Window handle for the Settings notebook....")
  • 00:24, 3 September 2025 Martini talk contribs created page WpSetupOnce (Created page with "{{DISPLAYTITLE:wpSetupOnce}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to allow the newly created object to initialize itself. ==Syntax== _wpSetupOnce(somSelf, pszSetupString); ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszSetupString'' (PSZ) - input :Class specific setup paramet...")
  • 00:23, 3 September 2025 Martini talk contribs created page WpSetRealName (Created page with "{{DISPLAYTITLE:wpSetRealName}} This instance method sets the physical name of a file-system object. ==Syntax== <PRE> _wpSetRealName(somSelf, pszName) </PRE> ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszName'' (PSZ) - input :Pointer to a new file name. :This file cannot be fully qualified. ==Returns== ;''rc'' (BOOL) - returns :Success ind...")
  • 00:22, 3 September 2025 Martini talk contribs created page WpObjectReady (Created page with "{{DISPLAYTITLE:wpObjectReady}} This instance method is called as a notification to the object that its creation or awakening is complete. ==Syntax== _wpObjectReady(somSelf, ulCode, refObject) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulCode'' (ULONG) - input :Code indicating the type of operation which has just completed. :Possible values are des...")
  • 00:19, 3 September 2025 Martini talk contribs created page WpIsObjectInitialized (Created page with "{{DISPLAYTITLE:wpIsObjectInitialized}} This instance method is called to determine if new object initialization has completed. ==Syntax== _wpIsObjectInitialized(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 :Initialization indicator. ::TRUE: Object is initialized. ::FALSE: Object is not initialized. ==Remar...")
  • 00:17, 3 September 2025 Martini talk contribs created page WpSaveString (Created page with "{{DISPLAYTITLE:wpSaveString}} This instance method is called to allow the object to save an ASCIIZ instance data string. ==Syntax== _wpSaveString(somSelf, pszClass, ulKey, pszValue) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszClass'' (PSZ) - input :Pointer to the class name. :A pointer to a zero-terminated string that contains any unique string....")
  • 00:13, 3 September 2025 Martini talk contribs created page WpSaveState (Created page with "{{DISPLAYTITLE:wpSaveState}} This instance method is called to allow the object to save its state. ==Syntax== _wpSaveState(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== The saved state of the object is restored during th...")
  • 00:12, 3 September 2025 Martini talk contribs created page WpSaveLong (Created page with "{{DISPLAYTITLE:wpSaveLong}} This instance method is called to allow the object to save a 32-bit instance data value. ==Syntax== _wpSaveLong(somSelf, pszClass, ulKey, ulValue) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszClass'' (PSZ) - input :Pointer to the class name. :A pointer to a zero-terminated string that contains any unique string. The cl...")
  • 00:09, 3 September 2025 Martini talk contribs created page WpSaveImmediate (Created page with "{{DISPLAYTITLE:wpSaveImmediate}} This instance method is called to save the current state of an object synchronously. ==Syntax== _wpSaveImmediate(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 is called automa...")
  • 00:07, 3 September 2025 Martini talk contribs created page WpSaveDeferred (Created page with "{{DISPLAYTITLE:wpSaveDeferred}} This instance method saves a given object asynchronously on a separate thread. ==Syntax== _wpSaveDeferred(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 is invoked by a Workplac...")
  • 00:05, 3 September 2025 Martini talk contribs created page WpRestoreString (Created page with "{{DISPLAYTITLE:wpRestoreString}} This instance method is called to allow the object to restore an ASCIIZ instance data string. ==Syntax== _wpRestoreString(somSelf, pszClass, ulKey, pszValue, pcbValue) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszClass'' (PSZ) - input :Pointer to the class name. :A pointer to a zero-terminated string that contains...")
  • 00:01, 3 September 2025 Martini talk contribs created page WpRestoreLong (Created page with "{{DISPLAYTITLE:wpRestoreLong}} This instance method is called to allow the object to restore a 32-bit instance data value. ==Syntax== _wpRestoreLong(somSelf, pszClass, ulKey, pulValue) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszClass'' (PSZ) - input :Pointer to the class name. :A pointer to a zero-terminated string which contains any unique st...")
  • 00:25, 2 September 2025 Martini talk contribs created page WpRestoreData (Created page with "{{DISPLAYTITLE:wpRestoreData}} This instance method is called to allow the object to **restore its binary instance data**. ==Syntax== _wpRestoreData(somSelf, pszClass, ulKey, pValue, pcbValue) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszClass'' (PSZ) - input :Pointer to the class name. It is a pointer to a zero-terminated string that contains an...")
  • 00:18, 2 September 2025 Martini talk contribs created page WpRestoreState (Created page with "{{DISPLAYTITLE:wpRestoreState}} This instance method **restores the state of the object**, which was saved during the processing of the `wpSaveState` method . ==Syntax== _wpRestoreState(somSelf, ulReserved) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked . :Points to an object of class WPObject . ;''ulReserved'' (ULONG) - input :Reserved value; **must be 0** . ==Returns== ;''rc'' (BOOL) -...")
  • 00:16, 2 September 2025 Martini talk contribs created page WpQueryMenuStyle (Created page with "{{DISPLAYTITLE:wpQueryMenuStyle}} This method is **specific to Version 4, or higher, of the OS/2 operating system**. This instance method **returns the current menu style, which is either long or short**. ==Syntax== _wpQueryMenuStyle(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''ulStyle'' (ULONG) - returns :Menu style. :Possible...")
  • 00:16, 2 September 2025 Martini talk contribs created page WpSetMenuStyle (Created page with "{{DISPLAYTITLE:wpSetMenuStyle}} This method is **specific to Version 4, or higher, of the OS/2 operating system**. This instance method **sets the menu style to be either long or short**. ==Syntax== _wpSetMenuStyle(somSelf, ulStyle) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulStyle'' (ULONG) - input :Menu style. :Possible values include: ::MENUS...")
  • 00:15, 2 September 2025 Martini talk contribs created page WpQueryTrueStyle (Created page with "{{DISPLAYTITLE:wpQueryTrueStyle}} This method is **specific to Version 4, or higher, of the OS/2 operating system** . This instance method **allows the object to query its current class true style** . ==Syntax== _wpQueryTrueStyle(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked . :Points to an object of class WPObject . ==Returns== ;''ulnwQrySt'' (ULONG) - returns :Object styles . :P...")
  • 00:13, 2 September 2025 Martini talk contribs created page WpSetStyle (Created page with "{{DISPLAYTITLE:wpSetStyle}} This instance method is **called to allow an object to set its current object style**. ==Syntax== _wpSetStyle(somSelf, ulNewStyle) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulNewStyle'' (ULONG) - input :Object styles. :Possible values include: ::OBJSTYLE_CUSTOMICON: The icon is destroyed when the object goes dormant. :...")
  • 00:12, 2 September 2025 Martini talk contribs created page WpModifyStyle (Created page with "{{DISPLAYTITLE:wpModifyStyle}} This method is **specific to Version 3, or higher, of the OS/2 operating system**. This instance method **modifies the current object style for the given object**. ==Syntax== _wpModifyStyle(somSelf, ulStyleFlags, ulStyleMask) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulStyleFlags'' (ULONG) - input :Flag indicating...")
  • 00:11, 2 September 2025 Martini talk contribs created page WpQueryStyle (Created page with "{{DISPLAYTITLE:wpQueryStyle}} This instance method **allows the object to query its current class style**. ==Syntax== _wpQueryStyle(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''ulnwQrySt'' (ULONG) - returns :Object styles. :The flags are **ORed together** to indicate the object's style. :Possible values include: ::OBJSTYLE_CUSTO...")
  • 23:55, 1 September 2025 Martini talk contribs created page WpQueryType (Created page with "{{DISPLAYTITLE:wpQueryType}} This instance method is **called to allow the object to query the type of its file**. ==Syntax== _wpQueryType(somSelf) ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFileSystem. ==Returns== ;''ptype'' (PSZ) - returns :A **pointer to a buffer containing the file type**. :This string can contain a list of types delineated by a line...")
  • 23:07, 1 September 2025 Martini talk contribs created page WpQueryRealName (Created page with "{{DISPLAYTITLE:wpQueryRealName}} This instance method is **called to allow the object to query its physical file name**. ==Syntax== _wpQueryRealName(somSelf, pszFilename, pcb, fQualified) ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFileSystem. ;''pszFilename'' (PSZ) - output :Pointer to the file name of the object. :The pointer to the buffer in which to p...")
  • 22:53, 1 September 2025 Martini talk contribs created page WpSetRefreshRate (Created page with "{{DISPLAYTITLE:wpSetRefreshRate}} This method is **specific to version 2.1, or higher, of the OS/2 operating system**. This instance method **sets the status window update rate for the power object when the automatic refresh option is enabled**. ==Syntax== _wpSetRefreshRate(somSelf, ulRefreshRate) ==Parameters== ;''somSelf'' (WPPower *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPower. ;''ulRefreshRat...")
  • 22:49, 1 September 2025 Martini talk contribs created page WpSetPowerManagement (Created page with "{{DISPLAYTITLE:wpSetPowerManagement}} This method is **specific to version 2.1, or higher, of the OS/2 operating system** . This instance method **provides the ability to enable or disable the OS/2 Power Management support** . ==Syntax== _wpSetPowerManagement(somSelf, fPower) ==Parameters== ;''somSelf'' (WPPower *) - input :Pointer to the object on which the method is being invoked . :Points to an object of class WPPower . ;''fPower'' (BOOL) - input :Po...")
  • 22:48, 1 September 2025 Martini talk contribs created page WpSetPowerConfirmation (Created page with "{{DISPLAYTITLE:wpSetPowerConfirmation}} This method is **specific to version 2.1, or higher, of the OS/2 operating system**. This instance method **provides the ability to enable or disable the power object confirmation message** displayed when a Standby or Suspend request is made from the pop-up menu of the power object. ==Syntax== _wpSetPowerConfirmation(somSelf, fConfirm) ==Parameters== ;''somSelf'' (WPPower *) - input :Pointer to the object on which the method...")
  • 22:45, 1 September 2025 Martini talk contribs created page WpSetAutoRefresh (Created page with "{{DISPLAYTITLE:wpSetAutoRefresh}} This method is specific to version 2.1, or higher, of the OS/2 operating system. This instance method provides the ability to enable or disable the power object status window's automatic refresh option. ==Syntax== _wpSetAutoRefresh(somSelf, fAutoRefresh) ==Parameters== ;''somSelf'' (WPPower *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPower. ;''fAutoRefresh'' ([[BOOL]...")
  • 22:44, 1 September 2025 Martini talk contribs created page WpQueryRefreshRate (Created page with "{{DISPLAYTITLE:wpQueryRefreshRate}} This method is **specific to version 2.1, or higher, of the OS/2 operating system**. This instance method **queries the current status-window update rate used by the power object when the automatic refresh option is enabled**. ==Syntax== _wpQueryRefreshRate(somSelf) ==Parameters== ;''somSelf'' (WPPower *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPower. ==Returns==...")
  • 22:41, 1 September 2025 Martini talk contribs created page WpQueryPowerManagement (Created page with "{{DISPLAYTITLE:wpQueryPowerManagement}} This method is specific to version 2.1, or higher, of the OS/2 operating system. This instance method provides the ability to query the enable or disable state of the OS/2 Power Management support. ==Syntax== _wpQueryPowerManagement(somSelf) ==Parameters== ;''somSelf'' (WPPower *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPower. ==Returns== ;''rc'' (BOOL) -...")
  • 22:39, 1 September 2025 Martini talk contribs created page WpQueryPowerConfirmation (Created page with "{{DISPLAYTITLE:wpQueryPowerConfirmation}} This method is specific to version 2.1, or higher, of the OS/2 operating system. This instance method queries the current confirmation message control value for the power object. This message is displayed when power state changes are requested from the popup menu of the power object. ==Syntax== _wpQueryPowerConfirmation(somSelf) ==Parameters== ;''somSelf'' (WPPower *) - input :Pointer to the object on which the method is...")
  • 22:34, 1 September 2025 Martini talk contribs created page WpQueryAutoRefresh (Created page with "{{DISPLAYTITLE:wpQueryAutoRefresh}} This method is specific to version 2.1, or higher, of the OS/2 operating system. This instance method queries the current automatic refresh value for the power object's status window. ==Syntax== _wpQueryAutoRefresh(somSelf) ==Parameters== ;''somSelf'' (WPPower *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPower. ==Returns== ;''rc'' (BOOL) - returns :Automatic re...")
  • 22:07, 1 September 2025 Martini talk contribs created page WpChangePowerState (Created page with "{{DISPLAYTITLE:wpChangePowerState}} This method is specific to version 2.1, or higher, of the OS/2 operating system. This instance method performs the power management state change requests to the OS/2 Power Management Subsystem. ==Syntax== _wpChangePowerState(somSelf, ulParm1, ulparm2) ==Parameters== ;''somSelf'' (WPPower *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPower. ;''ulParm1'' (ULONG) -...")
  • 22:02, 1 September 2025 Martini talk contribs created page WpAddPowerViewPage (Created page with "{{DISPLAYTITLE:wpAddPowerViewPage}} This method is specific to version 2.1, or higher, of the OS/2 operating system. This instance method adds the ''Standard Power View'' page to the Settings notebook of the power object. ==Syntax== _wpAddPowerViewPage(somSelf, hwndNotebook) ==Parameters== ;''somSelf'' (WPPower *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPower. ;''hwndNotebook'' (HWND) - input :S...")
  • 21:59, 1 September 2025 Martini talk contribs created page WpAddPowerPage (Created page with "{{DISPLAYTITLE:wpAddPowerPage}} This method is specific to version 2.1, or higher, of the OS/2 operating system. This instance method adds the ''Standard Power'' page to the Settings notebook of the power object. ==Syntax== <PRE> #define INCL_WINWORKPLACE #include <os2.h> WPPower *somSelf; Pointer to the object on which the method is being invoked.: HWND hwndNotebook; Settings notebook handle.: ULONG rc; /* Page identif...")
  • 21:58, 1 September 2025 Martini talk contribs created page WpQueryHandle (Created page with "{{DISPLAYTITLE:wpQueryHandle}} This instance method returns a unique, persistent object handle for the given object. ==Syntax== _wpQueryHandle(somSelf); ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''hObject'' (HOBJECT) - returns :Persistent handle for the given object. :The high word of this handle is filled out by WPObject to identify th...")
  • 21:55, 1 September 2025 Martini talk contribs created page WpSetDefaultView (Created page with "{{DISPLAYTITLE:wpSetDefaultView}} This instance method is called to allow an object to change its current default open view. ==Syntax== _wpSetDefaultView(somSelf, ulView); ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulView'' (ULONG) - input :Specifies which view to open. :* OPEN_CONTENTS: Open contents view. :* OPEN_DEFAULT: Open default view (same as...")
  • 21:53, 1 September 2025 Martini talk contribs created page WpQueryDefaultView (Created page with "{{DISPLAYTITLE:wpQueryDefaultView}} This instance method is called to allow the object to query its current default open view. ==Syntax== _wpQueryDefaultView(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''ulView'' (ULONG) - returns :Flag indicating the default open view. :* OPEN_CONTENTS: Open contents view. :* OPEN_DEFAULT: Open defa...")
  • 21:51, 1 September 2025 Martini talk contribs created page WpSetButtonAppearance (Created page with "{{DISPLAYTITLE:wpSetButtonAppearance}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method sets the appearance of an object's Frame Control Button. ==Syntax== wpSetButtonAppearance(somSelf, ulButtonType) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulButtonType'' (ULONG) - input :Flag indicating the type...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)