Jump to content

Recent changes

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 06:21, 15 September 2025
 
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

12 September 2025

11 September 2025

     00:28  GpiBeginInkPath 2 changes history +844 [Martini (2×)]
     
00:28 (cur | prev) +518 Martini talk contribs
     
00:26 (cur | prev) +326 Martini talk contribs

10 September 2025

N    23:36  WpReplaceObject diffhist +1,338 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpReplaceObject}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method replaces an object in another folder. ==Syntax== _wpReplaceObject(somSelf, targetObject, fMove); ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''targetObject'' (WPObject *) - input :Object to replace. ;''fMove'' (BOOL3...")
N    23:36  WpCnrDeleteUseItem diffhist +955 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpCnrDeleteUseItem}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to delete the object's USAGE_RECORD use-item for the container specified; it does not remove the record from the container. To delete the USAGE_RECORD use-item and remove the record from the container, use wpCnrRemoveObject. ==Syntax== _wpCnrDeleteUseItem(somSelf, hwndCnr) ==Parameters== ;''somSelf'' (WPObject *) -...")
     23:35  WPSProgRef - Workplace Instance Methods 7 changes history +324 [Martini (7×)]
     
23:35 (cur | prev) +12 Martini talk contribs
     
23:00 (cur | prev) +20 Martini talk contribs
     
22:57 (cur | prev) +36 Martini talk contribs
     
22:52 (cur | prev) +64 Martini talk contribs
     
22:49 (cur | prev) +108 Martini talk contribs
     
22:42 (cur | prev) +12 Martini talk contribs
     
22:28 (cur | prev) +72 Martini talk contribs
N    23:33  WpRequestObjectMutexSem diffhist +2,861 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpRequestObjectMutexSem}} This method is specific to Version 4, or higher, of the OS/2 operating system. Each object has associated with it a mutex semaphore that can be used to serialize access to resources. This instance method is called to request the mutex semaphore for an object. ==Syntax== _wpRequestObjectMutexSem(somSelf, ulTimeout) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked....")
N    23:32  WpReleaseObjectMutexSem diffhist +2,292 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpReleaseObjectMutexSem}} This method is specific to Version 4, or higher, of the OS/2 operating system. Each object has associated with it a mutex semaphore that can be used to serialize access to resources. This instance method is called to release the mutex semaphore for an object. ==Syntax== _wpReleaseObjectMutexSem(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to...")
N    23:31  WpMoveObject 2 changes history +1,019 [Martini (2×)]
     
23:31 (cur | prev) 0 Martini talk contribs
N    
23:31 (cur | prev) +1,019 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpMoveObject}} This instance method is called to move the object to a different location. ==Syntax== _wpMoveObject(somSelf, Folder); ==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 into which to move this object. This pointer can be determined by issu...")
N    23:30  WpDeleteFromContent diffhist +919 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpDeleteFromContent}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method removes an object from a folder's Content List. ==Syntax== _wpDeleteFromContent(somSelf, Object); ==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 the object to be deleted from...")
     23:28  MouFree diffhist 0 Martini talk contribs
N    23:27  Talk:DevHlp PhysToSysHook diffhist +76 Martini talk contribs (Created page with "-- https://github.com/search?q=org%3AOS2World+DevHlp_PhysToSysHook&type=code")
N    23:26  Talk:VioGetPSAddress diffhist +75 Martini talk contribs (Created page with "-- https://github.com/search?q=org%3AOS2World+VioGetPSAddress&type=code&p=1")
     23:24  David A. Schmitt diffhist +144 Martini talk contribs
     23:00  WpCopyObject 2 changes history +34 [Martini (2×)]
     
23:00 (cur | prev) −9 Martini talk contribs
     
22:59 (cur | prev) +43 Martini talk contribs
     22:56  WpInsertSettingsPage 3 changes history +1,752 [Martini (3×)]
     
22:56 (cur | prev) −3 Martini talk contribs
     
22:56 (cur | prev) 0 Martini talk contribs
     
22:56 (cur | prev) +1,755 Martini talk contribs
N    22:44  WpAssertObjectMutexSem diffhist +2,179 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAssertObjectMutexSem}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method verifies that an object's mutex semaphore is held for the current thread. ==Syntax== _wpAssertObjectMutexSem(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 indi...")
N    22:43  WpAppendObject diffhist +1,387 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAppendObject}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method appends a file system object to another file system object. ==Syntax== _wpAppendObject(somSelf, targetObject, fMove) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''targetObject'' (WPObject *) - input :Object to append to...")
N    22:41  WpAddToContent diffhist +900 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddToContent}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method adds an object to a folder's Content List. ==Syntax== _wpAddToContent(somSelf, Object); ==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 the object to be added to the folder's Conte...")
N    22:41  WpAddTitleConfirmationPage diffhist +1,056 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddTitleConfirmationPage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to add the '''Title Confirmation''' page to the Settings notebook. ==Syntax== _wpAddTitleConfirmationPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSystem. ;''hwndNotebook'' (HWND)...")
N    22:40  WpAddSystemWindowPage diffhist +1,695 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSystemWindowPage}} This instance method is called to allow the object to add the '''Window''' page to its Settings notebook. ==Syntax== _wpAddSystemWindowPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSystem. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Pa...")
N    22:39  WpAddSystemScreenPage diffhist +1,009 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSystemScreenPage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to add the '''Screen''' page to the Settings notebook. ==Syntax== _wpAddSystemScreenPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSystem. ;''hwndNotebook'' (HWND) - input :Window handl...")
N    22:38  WpAddSystemPrintScreenPage diffhist +1,732 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSystemPrintScreenPage}} This instance method is called to allow the object to add the '''Print Screen''' page to its Settings notebook. ==Syntax== _wpAddSystemPrintScreenPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSystem. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' ([[ULONG]...")
N    22:37  WpAddSystemLogoPage diffhist +1,681 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSystemLogoPage}} This instance method is called to allow the object to add the '''Logo''' page to its Settings notebook. ==Syntax== _wpAddSystemLogoPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSystem. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page ide...")
N    22:37  WpAddSystemInputPage diffhist +1,055 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSystemInputPage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to add the '''Input''' page to the Settings notebook. ==Syntax== _wpAddSystemInputPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSystem. ;''hwndNotebook'' (HWND) - input :Handle to the S...")
N    22:36  WpAddSystemConfirmationPage diffhist +1,737 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSystemConfirmationPage}} This instance method is called to allow the object to add the '''Confirmation''' page to its Settings notebook. ==Syntax== _wpAddSystemConfirmationPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSystem. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULON...")
N    22:35  WpAddSystem256ColorPage diffhist +1,768 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSystem256ColorPage}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method adds the 256 Color page to the System Settings notebook. ==Syntax== _wpAddSystem256ColorPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSystem. ;''hwndNotebook'' (HWND) - input :Window handle fo...")
N    22:34  WpAddSysFdrSelfClosePage diffhist +1,106 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSysFdrSelfClosePage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to add the '''Folder Automatic Close''' page to the Settings notebook. ==Syntax== _wpAddSysFdrSelfClosePage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSystem. ;''hwndNotebook'' (HWND)...")
N    22:33  WpAddSysFdrMenuPage diffhist +1,781 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSysFdrMenuPage}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method adds a page to the System Settings notebook to enable and disable OpenDoc menu options. ==Syntax== _wpAddSysFdrMenuPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSystem. ;''hwndNotebook'' (HWND) -...")
N    22:32  WpAddSysFdrDefViewPage diffhist +1,112 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSysFdrDefViewPage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to add the '''Default Folder View''' page to the Settings notebook. ==Syntax== _wpAddSysFdrDefViewPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSystem. ;''hwndNotebook'' (HWND) - input...")
N    22:31  WpAddSoundWarningBeepPage diffhist +1,724 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSoundWarningBeepPage}} This instance method is called to allow the object to add the '''Warning Beep''' page to its Settings notebook. ==Syntax== _wpAddSoundWarningBeepPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSound *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSound. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) -...")
N    22:30  WpAddSoundSchemePage diffhist +1,746 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSoundSchemePage}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method adds the Sound Scheme page to the Settings notebook. ==Syntax== _wpAddSoundSchemePage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSound *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSound. ;''hwndNotebook'' (HWND) - input :Window handle for the Settin...")
N    22:29  WpAddSnoop1Page diffhist +1,769 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSnoop1Page}} 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 the Detection Level page to the settings notebook. ==Syntax== _wpAddSnoop1Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPHwManager *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPHwManager. ;''hwndNotebook'' (HWND) - inp...")
N    22:27  WpAddSetSyncPage diffhist +1,725 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSetSyncPage}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method adds the Set Synchronous page to the Settings notebook. ==Syntax== _wpAddSetSyncPage(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 no...")
N    22:26  WpAddSetPriorityPage diffhist +1,484 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSetPriorityPage}} 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 '''Set-Priority''' page to the object's Settings notebook. ==Syntax== _wpAddSetPriorityPage(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'' (...")
N    22:25  WpAddSetPortRedirPage diffhist +1,767 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSetPortRedirPage}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method adds the Set Port Redirection page to the Settings notebook. ==Syntax== _wpAddSetPortRedirPage(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...")
N    22:24  WpAddSetPathPage diffhist +1,447 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSetPathPage}} 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 '''Set-Path''' page to the Settings notebook. ==Syntax== _wpAddSetPathPage(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 :Se...")
N    22:23  WpAddSession31Page diffhist +1,063 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSession31Page}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to add the '''3.1 Session Details''' page to the Settings notebook. ==Syntax== _wpAddSession31Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPWinConfig *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPWinConfig. ;''hwndNotebook'' (HWND) - input :...")
N    22:22  WpAddSessionPage diffhist +1,053 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddSessionPage}} This method is specfic to Version 3, or higher, of the OS/2 operating system. This instance method is called to add the '''3.0 Session Details''' page to the Settings notebook. ==Syntax== _wpAddSessionPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPWinConfig *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPWinConfig. ;''hwndNotebook'' (HWND) - input :Hand...")
N    22:21  WpAddServerPage diffhist +1,031 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpAddServerPage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method adds the '''Server''' details page to the Settings notebook. ==Syntax== _wpAddServerPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPServer *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPServer. ;''hwndNotebook'' (HWND) - input :Handle to the Settings noteb...")