Related changes
Appearance
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
1 September 2025
|
N 23:03 | WpSetRefreshRate 2 changes history +1,390 [Martini (2×)] | |||
|
23:03 (cur | prev) −23 Martini talk contribs (→Related Methods) | ||||
N |
|
22:53 (cur | prev) +1,413 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...") |
N 22:49 | WpSetPowerManagement diffhist +1,357 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...") |
N 22:48 | WpSetPowerConfirmation diffhist +1,496 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...") |
N 22:45 | WpSetAutoRefresh diffhist +1,287 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]...") |
N 22:44 | WpQueryRefreshRate diffhist +1,148 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==...") |
|
N 22:41 | WpQueryPowerManagement 2 changes history +1,178 [Martini (2×)] | |||
|
22:41 (cur | prev) −29 Martini talk contribs (→Related Methods) | ||||
N |
|
22:41 (cur | prev) +1,207 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) -...") |
N 22:34 | WpQueryAutoRefresh diffhist +1,244 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...") |
|
N 22:09 | WpChangePowerState 2 changes history +2,694 [Martini (2×)] | |||
|
22:09 (cur | prev) −13 Martini talk contribs | ||||
N |
|
22:07 (cur | prev) +2,707 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) -...") |
N 22:02 | WpAddPowerViewPage diffhist +1,728 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...") |
|
N 22:00 | WpAddPowerPage 3 changes history +1,695 [Martini (3×)] | |||
|
22:00 (cur | prev) −21 Martini talk contribs (→Related Methods) | ||||
|
22:00 (cur | prev) +53 Martini talk contribs | ||||
N |
|
21:59 (cur | prev) +1,663 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...") |