User contributions for Martini
Appearance
11 September 2025
- 00:2800:28, 11 September 2025 diff hist +518 GpiBeginInkPath No edit summary current
- 00:2600:26, 11 September 2025 diff hist +326 GpiBeginInkPath No edit summary
10 September 2025
- 23:3623:36, 10 September 2025 diff hist +1,338 N WpReplaceObject 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..." current
- 23:3623:36, 10 September 2025 diff hist +955 N WpCnrDeleteUseItem 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 *) -..." current
- 23:3523:35, 10 September 2025 diff hist +12 WPSProgRef - Workplace Instance Methods No edit summary current
- 23:3323:33, 10 September 2025 diff hist +2,861 N WpRequestObjectMutexSem 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...." current
- 23:3223:32, 10 September 2025 diff hist +2,292 N WpReleaseObjectMutexSem 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..." current
- 23:3123:31, 10 September 2025 diff hist 0 WpMoveObject No edit summary current
- 23:3123:31, 10 September 2025 diff hist +1,019 N WpMoveObject 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..."
- 23:3023:30, 10 September 2025 diff hist +919 N WpDeleteFromContent 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..." current
- 23:2823:28, 10 September 2025 diff hist 0 MouFree No edit summary current
- 23:2723:27, 10 September 2025 diff hist +76 N Talk:DevHlp PhysToSysHook Created page with "-- https://github.com/search?q=org%3AOS2World+DevHlp_PhysToSysHook&type=code" current
- 23:2623:26, 10 September 2025 diff hist +75 N Talk:VioGetPSAddress Created page with "-- https://github.com/search?q=org%3AOS2World+VioGetPSAddress&type=code&p=1" current
- 23:2423:24, 10 September 2025 diff hist +144 David A. Schmitt No edit summary current
- 23:0023:00, 10 September 2025 diff hist +20 WPSProgRef - Workplace Instance Methods No edit summary
- 23:0023:00, 10 September 2025 diff hist −9 WpCopyObject No edit summary current
- 22:5922:59, 10 September 2025 diff hist +43 WpCopyObject No edit summary
- 22:5722:57, 10 September 2025 diff hist +36 WPSProgRef - Workplace Instance Methods No edit summary
- 22:5622:56, 10 September 2025 diff hist −3 WpInsertSettingsPage No edit summary current
- 22:5622:56, 10 September 2025 diff hist 0 WpInsertSettingsPage No edit summary
- 22:5622:56, 10 September 2025 diff hist +1,755 WpInsertSettingsPage No edit summary
- 22:5222:52, 10 September 2025 diff hist +64 WPSProgRef - Workplace Instance Methods No edit summary
- 22:4922:49, 10 September 2025 diff hist +108 WPSProgRef - Workplace Instance Methods No edit summary
- 22:4422:44, 10 September 2025 diff hist +2,179 N WpAssertObjectMutexSem 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..." current
- 22:4322:43, 10 September 2025 diff hist +1,387 N WpAppendObject 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..." current
- 22:4222:42, 10 September 2025 diff hist +12 WPSProgRef - Workplace Instance Methods No edit summary
- 22:4122:41, 10 September 2025 diff hist +900 N WpAddToContent 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..." current
- 22:4122:41, 10 September 2025 diff hist +1,056 N WpAddTitleConfirmationPage 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)..." current
- 22:4022:40, 10 September 2025 diff hist +1,695 N WpAddSystemWindowPage 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..." current
- 22:3922:39, 10 September 2025 diff hist +1,009 N WpAddSystemScreenPage 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..." current
- 22:3822:38, 10 September 2025 diff hist +1,732 N WpAddSystemPrintScreenPage 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]..." current
- 22:3722:37, 10 September 2025 diff hist +1,681 N WpAddSystemLogoPage 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..." current
- 22:3722:37, 10 September 2025 diff hist +1,055 N WpAddSystemInputPage 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..." current
- 22:3622:36, 10 September 2025 diff hist +1,737 N WpAddSystemConfirmationPage 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..." current
- 22:3522:35, 10 September 2025 diff hist +1,768 N WpAddSystem256ColorPage 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..." current
- 22:3422:34, 10 September 2025 diff hist +1,106 N WpAddSysFdrSelfClosePage 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)..." current
- 22:3322:33, 10 September 2025 diff hist +1,781 N WpAddSysFdrMenuPage 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) -..." current
- 22:3222:32, 10 September 2025 diff hist +1,112 N WpAddSysFdrDefViewPage 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..." current
- 22:3122:31, 10 September 2025 diff hist +1,724 N WpAddSoundWarningBeepPage 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) -..." current
- 22:3022:30, 10 September 2025 diff hist +1,746 N WpAddSoundSchemePage 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..." current
- 22:2922:29, 10 September 2025 diff hist +1,769 N WpAddSnoop1Page 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..." current
- 22:2822:28, 10 September 2025 diff hist +72 WPSProgRef - Workplace Instance Methods No edit summary
- 22:2722:27, 10 September 2025 diff hist +1,725 N WpAddSetSyncPage 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..." current
- 22:2622:26, 10 September 2025 diff hist +1,484 N WpAddSetPriorityPage 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'' (..." current
- 22:2522:25, 10 September 2025 diff hist +1,767 N WpAddSetPortRedirPage 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..." current
- 22:2422:24, 10 September 2025 diff hist +1,447 N WpAddSetPathPage 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..." current
- 22:2322:23, 10 September 2025 diff hist +1,063 N WpAddSession31Page 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 :..." current
- 22:2222:22, 10 September 2025 diff hist +1,053 N WpAddSessionPage 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..." current
- 22:2122:21, 10 September 2025 diff hist +1,031 N WpAddServerPage 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..." current
- 22:2122:21, 10 September 2025 diff hist +1,063 N WpAddResourcePage Created page with "{{DISPLAYTITLE:wpAddResourcePage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to add the '''Resource''' details page to the Settings notebook. ==Syntax== _wpAddResourcePage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPSharedDir *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPSharedDir. ;''hwndNotebook'' (HWND) - input :Hand..." current