Jump to content

New pages

New pages
Hide registered users | Show bots | Show redirects
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

3 September 2025

  • 03:0603:06, 3 September 2025 DEVESC DBE LAST (hist | edit) [1,808 bytes] Martini (talk | contribs) (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...")
  • 02:3002:30, 3 September 2025 DEVESC VIDEOHIDDEN (hist | edit) [2,440 bytes] Martini (talk | contribs) (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...")
  • 02:2302:23, 3 September 2025 DEVESC SWITCHBANK (hist | edit) [2,570 bytes] Martini (talk | contribs) (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...")
  • 01:4901:49, 3 September 2025 DEVESC STD JOURNAL (hist | edit) [2,033 bytes] Martini (talk | contribs) (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...")
  • 01:1201:12, 3 September 2025 DEVESC VRAMALLOC (hist | edit) [2,882 bytes] Martini (talk | contribs) (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...")
  • 01:0801:08, 3 September 2025 DEVESC STARTDOC (hist | edit) [3,449 bytes] Martini (talk | contribs) (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...")
  • 01:0101:01, 3 September 2025 DEVESC STARTDOC WPROP (hist | edit) [5,361 bytes] Martini (talk | contribs) (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...")

2 September 2025

  • 23:5223:52, 2 September 2025 WpAddProgramSessionPage (hist | edit) [1,701 bytes] Martini (talk | contribs) (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]...")
  • 23:4923:49, 2 September 2025 WpAddProgramPage (hist | edit) [1,666 bytes] Martini (talk | contribs) (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 :...")
  • 23:4823:48, 2 September 2025 WpAddProgramAssociationPage (hist | edit) [1,681 bytes] Martini (talk | contribs) (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== ;...")
  • 23:4723:47, 2 September 2025 WpAddSetViewPage (hist | edit) [1,706 bytes] Martini (talk | contribs) (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....")
  • 23:2423:24, 2 September 2025 WpSetupOnce (hist | edit) [1,784 bytes] Martini (talk | contribs) (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...")
  • 23:2323:23, 2 September 2025 WpSetRealName (hist | edit) [1,175 bytes] Martini (talk | contribs) (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...")
  • 23:2223:22, 2 September 2025 WpObjectReady (hist | edit) [1,698 bytes] Martini (talk | contribs) (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...")
  • 23:1923:19, 2 September 2025 WpIsObjectInitialized (hist | edit) [1,296 bytes] Martini (talk | contribs) (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...")
  • 23:1723:17, 2 September 2025 WpSaveString (hist | edit) [2,736 bytes] Martini (talk | contribs) (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....")
  • 23:1323:13, 2 September 2025 WpSaveState (hist | edit) [2,446 bytes] Martini (talk | contribs) (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...")
  • 23:1223:12, 2 September 2025 WpSaveLong (hist | edit) [2,492 bytes] Martini (talk | contribs) (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...")
  • 23:0923:09, 2 September 2025 WpSaveImmediate (hist | edit) [3,415 bytes] Martini (talk | contribs) (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...")
  • 23:0723:07, 2 September 2025 WpSaveDeferred (hist | edit) [3,138 bytes] Martini (talk | contribs) (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...")
  • 23:0523:05, 2 September 2025 WpRestoreString (hist | edit) [3,508 bytes] Martini (talk | contribs) (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...")
  • 23:0123:01, 2 September 2025 WpRestoreLong (hist | edit) [2,891 bytes] Martini (talk | contribs) (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...")

1 September 2025

  • 23:2523:25, 1 September 2025 WpRestoreData (hist | edit) [3,940 bytes] Martini (talk | contribs) (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...")
  • 23:1823:18, 1 September 2025 WpRestoreState (hist | edit) [3,460 bytes] Martini (talk | contribs) (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) -...")
  • 23:1623:16, 1 September 2025 WpQueryMenuStyle (hist | edit) [1,374 bytes] Martini (talk | contribs) (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...")
  • 23:1623:16, 1 September 2025 WpSetMenuStyle (hist | edit) [1,544 bytes] Martini (talk | contribs) (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...")
  • 23:1523:15, 1 September 2025 WpQueryTrueStyle (hist | edit) [2,775 bytes] Martini (talk | contribs) (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...")
  • 23:1323:13, 1 September 2025 WpSetStyle (hist | edit) [2,741 bytes] Martini (talk | contribs) (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. :...")
  • 23:1223:12, 1 September 2025 WpModifyStyle (hist | edit) [3,167 bytes] Martini (talk | contribs) (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...")
  • 23:1123:11, 1 September 2025 WpQueryStyle (hist | edit) [2,757 bytes] Martini (talk | contribs) (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...")
  • 22:5522:55, 1 September 2025 WpQueryType (hist | edit) [1,220 bytes] Martini (talk | contribs) (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...")
  • 22:0722:07, 1 September 2025 WpQueryRealName (hist | edit) [3,554 bytes] Martini (talk | contribs) (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...")
  • 21:5321:53, 1 September 2025 WpSetRefreshRate (hist | edit) [1,390 bytes] Martini (talk | contribs) (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...")
  • 21:4921:49, 1 September 2025 WpSetPowerManagement (hist | edit) [1,357 bytes] Martini (talk | contribs) (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...")
  • 21:4821:48, 1 September 2025 WpSetPowerConfirmation (hist | edit) [1,496 bytes] Martini (talk | contribs) (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...")
  • 21:4521:45, 1 September 2025 WpSetAutoRefresh (hist | edit) [1,287 bytes] Martini (talk | contribs) (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]...")
  • 21:4421:44, 1 September 2025 WpQueryRefreshRate (hist | edit) [1,148 bytes] Martini (talk | contribs) (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==...")
  • 21:4121:41, 1 September 2025 WpQueryPowerManagement (hist | edit) [1,178 bytes] Martini (talk | contribs) (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) -...")
  • 21:3921:39, 1 September 2025 WpQueryPowerConfirmation (hist | edit) [1,308 bytes] Martini (talk | contribs) (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...")
  • 21:3421:34, 1 September 2025 WpQueryAutoRefresh (hist | edit) [1,244 bytes] Martini (talk | contribs) (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...")
  • 21:0721:07, 1 September 2025 WpChangePowerState (hist | edit) [2,694 bytes] Martini (talk | contribs) (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) -...")
  • 21:0221:02, 1 September 2025 WpAddPowerViewPage (hist | edit) [1,728 bytes] Martini (talk | contribs) (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...")
  • 20:5920:59, 1 September 2025 WpAddPowerPage (hist | edit) [1,695 bytes] Martini (talk | contribs) (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...")
  • 20:5820:58, 1 September 2025 WpQueryHandle (hist | edit) [2,074 bytes] Martini (talk | contribs) (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...")
  • 20:5520:55, 1 September 2025 WpSetDefaultView (hist | edit) [1,576 bytes] Martini (talk | contribs) (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...")
  • 20:5320:53, 1 September 2025 WpQueryDefaultView (hist | edit) [1,556 bytes] Martini (talk | contribs) (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...")
  • 20:5120:51, 1 September 2025 WpSetButtonAppearance (hist | edit) [1,198 bytes] Martini (talk | contribs) (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...")
  • 20:4920:49, 1 September 2025 WpQueryButtonAppearance (hist | edit) [1,144 bytes] Martini (talk | contribs) (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...")
  • 20:4720:47, 1 September 2025 WpPopulate (hist | edit) [3,854 bytes] Martini (talk | contribs) (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...")
  • 20:4420:44, 1 September 2025 WpModifyMenu (hist | edit) [3,649 bytes] Martini (talk | contribs) (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'' (...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)