User contributions for Martini
Appearance
4 November 2025
- 16:4716:47, 4 November 2025 diff hist −3 Presentation Manager Programming Guide and Reference No edit summary current
- 16:4616:46, 4 November 2025 diff hist −3 OpenGL Programming Reference No edit summary
- 16:4616:46, 4 November 2025 diff hist −3 Open32 Programming Guide and Reference No edit summary
- 16:4616:46, 4 November 2025 diff hist +8 Multimedia Programming Reference No edit summary current
- 16:4616:46, 4 November 2025 diff hist +1 Kernel Debugger Reference No edit summary current
- 16:4516:45, 4 November 2025 diff hist +8 ALP Programming Guide and Reference No edit summary
- 16:4216:42, 4 November 2025 diff hist −63 System Object Model Programming Reference No edit summary
- 06:2106:21, 4 November 2025 diff hist +824 N WpDeleteJob Created page with "{{DISPLAYTITLE:wpDeleteJob}} This instance method is called to delete a job object. ==Syntax== _wpDeleteJob(somSelf) ==Parameters== ;''somSelf'' (WPJob *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPJob. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. :'''TRUE''' Successful completion. :'''FALSE''' Error occurred. ==How to Override== This method is generally not overridden. ==Usage== This..." current
- 06:2006:20, 4 November 2025 diff hist +2,246 N WpSetTitleAndRenameFile Created page with "{{DISPLAYTITLE:wpSetTitleAndRenameFile}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method sets the current title of an object and renames the file to match the title. ==Syntax== _wpSetTitleAndRenameFile(somSelf, pszNewTitle, fConfirmations) ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFileSystem. ;''pszNewTit..." current
- 06:1406:14, 4 November 2025 diff hist +1,201 N WpDeleteAllJobs Created page with "{{DISPLAYTITLE:wpDeleteAllJobs}} This instance method is called to delete all jobs in a printer (print destination) object. ==Syntax== _wpDeleteAllJobs(somSelf) ==Parameters== ;''somSelf'' (WPPrinter *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPrinter. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. :'''TRUE''' Successful completion. :'''FALSE''' Error occurred. ==How to Override== This..." current
- 06:1206:12, 4 November 2025 diff hist +2,218 N WpCreateShadowObjectExt Created page with "{{DISPLAYTITLE:wpCreateShadowObjectExt}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to create a shadow of an object. ==Syntax== _wpCreateShadowObjectExt(somSelf, Folder, fLock, pszSetup, shadowClass) ==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..." current
- 06:1106:11, 4 November 2025 diff hist +8 WPSProgRef - Workplace Instance Methods No edit summary current
- 06:1006:10, 4 November 2025 diff hist +1,854 N WpCreateFromTemplate Created page with "{{DISPLAYTITLE:wpCreateFromTemplate}} This instance method is called to create an object from a template. ==Syntax== _wpCreateFromTemplate(somSelf, folder, fLock) ==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 in which to place the new object. This pointer can be determined by issuing a call to..." current
- 06:0906:09, 4 November 2025 diff hist +1,728 N WpCreateAnother Created page with "{{DISPLAYTITLE:wpCreateAnother}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to create another object. ==Syntax== _wpCreateAnother(somSelf, pszTitle, pszSetupEnv, Folder) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszTitle'' (PSZ) - input :String containing the title of the object...." current
- 06:0706:07, 4 November 2025 diff hist +1,278 N WpCopiedFromTemplate Created page with "{{DISPLAYTITLE:wpCopiedFromTemplate}} This instance method is called to allow an object to perform class-specific processing when a new object is created from a template. ==Syntax== _wpCopiedFromTemplate(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== :There is no return value for this method. ==How to Override== This method should be ov..." current
- 06:0606:06, 4 November 2025 diff hist +1,481 N WpConfirmRenameFileWithExt Created page with "{{DISPLAYTITLE:wpConfirmRenameFileWithExt}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method prompts the user whether to rename this file with possibly a different extension. ==Syntax== _wpConfirmRenameFileWithExt(somself) ==Parameters== ;''somself'' (WPFileSystem *) - input :Pointer to the object invoking the method (a "self" pointer). :Points to an object of class WPFileSystem. ==Returns== ;''fConfirmation..." current
- 06:0406:04, 4 November 2025 diff hist +2,377 N WpConfirmObjectTitle Created page with "{{DISPLAYTITLE:wpConfirmObjectTitle}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method displays the Object Title Confirmation dialog. ==Syntax== _wpConfirmObjectTitle(somSelf, Folder, ppDuplicate, pszTitle, cbTitle, menuID) ==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..." current
- 06:0206:02, 4 November 2025 diff hist +1,636 N WpConfirmKeepAssoc Created page with "{{DISPLAYTITLE:wpConfirmKeepAssoc}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method determines whether you want to rename the given file with different extensions and warns that associations might need to be fixed. ==Syntax== _wpConfirmKeepAssoc(somSelf) ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFileSystem..." current
- 06:0106:01, 4 November 2025 diff hist +24 WPSProgRef - Workplace Instance Methods No edit summary
- 06:0006:00, 4 November 2025 diff hist +3,053 N WpCnrSetEmphasis Created page with "{{DISPLAYTITLE:wpCnrSetEmphasis}} This instance method is called to allow the object to change its visual emphasis. ==Syntax== _wpCnrSetEmphasis(somSelf, ulEmphasisAttr, fTurnOn) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulEmphasisAttr'' (ULONG) - input :Record attributes of the container. :Any or all of the following flags can be combined using..." current
- 05:5805:58, 4 November 2025 diff hist +41 WpCnrRefreshDetails No edit summary current
- 00:2000:20, 4 November 2025 diff hist +910 N WpCnrRefreshDetails Created page with "{{DISPLAYTITLE:wpCnrRefreshDetails}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method causes all currently visible RECORDCORE structures to be refreshed with the current object details. ==Syntax== _wpCnrRefreshDetails(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== :There is no retur..."
- 00:1400:14, 4 November 2025 diff hist +1 WpCnrInsertObject No edit summary current
- 00:1100:11, 4 November 2025 diff hist +4,719 N MciSendCommand Created page with "This function sends a media control interface message to the specified media device. ==Syntax== mciSendCommand(usDeviceID, usMessage, ulParam1, pParam2, usUserParm) ==Parameters== ;''usDeviceID'' (USHORT) - input :The device ID the message is to be sent to. This is the device ID returned from MCI_OPEN; this parameter is ignored on the MCI_OPEN message. ;''usMessage'' (USHORT) - input :The media control interface message to send. See MCI Command Messages for descripti..."
- 00:0700:07, 4 November 2025 diff hist +2,224 N MciQuerySysValue Created page with "This function queries the value of system-defined attributes. ==Syntax== mciQuerySysValue(iSysValue, pValue) ==Parameters== ; ''iSysValue'' (USHORT) - input :Specifies the system attribute. The possible system attributes are: :;MSV_CLOSEDCAPTION ::Returns TRUE if the user has enabled closed captioning and FALSE otherwise. :;MSV_MASTERVOLUME ::The master volume setting. The range is 0 to 100. :;MSV_HEADPHONES ::Returns TRUE if the user has headphones..."
- 00:0200:02, 4 November 2025 diff hist +14 MciGetErrorString No edit summary
- 00:0000:00, 4 November 2025 diff hist +28 Media Control Interface API →Functions current
- 00:0000:00, 4 November 2025 diff hist +18 MciGetErrorString No edit summary
3 November 2025
- 21:2421:24, 3 November 2025 diff hist +1,821 N MciGetErrorString Created page with "This function fills the caller's buffer with the textual string associated with the given error code returned by the OS/2 multimedia function. It also contains a 16-bit entry point. mciGetErrorString(ulError, pszBuffer, usLength) ==Parameters== ;''ulError'' (ULONG) - input :Specifies the error code. The low-order word contains the error code and the high-order word contains the device ID. The device ID is used by OS/2 multimedia to determine if there are device-depend..."
- 21:1521:15, 3 November 2025 diff hist +4 Media Control Interface API →Functions
- 21:1021:10, 3 November 2025 diff hist +1,794 N MciGetDeviceID Created page with "This function retrieves the device ID corresponding to an alias of a device. The ID can then be used on subsequent media control interface procedural commands. It also contains a 16-bit entry point. ==Syntax== mciGetDeviceID(pszName) ==Parameters== ;''pszName'' (PSZ) - input :The alias name used with the open or connection command. ==Return Code== ;''rc'' (ULONG) - returns :Returns the device ID assigned to this alias when the device was opened or when the c..."
- 21:0721:07, 3 November 2025 diff hist +3 Media Control Interface API →Functions
- 18:5918:59, 3 November 2025 diff hist −1,344 KernRead No edit summary current
- 18:5718:57, 3 November 2025 diff hist +26 KernRead No edit summary
- 18:5618:56, 3 November 2025 diff hist +26 KernOpen No edit summary current
- 18:5618:56, 3 November 2025 diff hist +26 KernYield No edit summary current
- 18:5618:56, 3 November 2025 diff hist +26 KernClose No edit summary current
- 18:5418:54, 3 November 2025 diff hist −6 MIDIAddLink No edit summary current
- 18:5118:51, 3 November 2025 diff hist +32 VX-REXX Extras Library →Links current
- 18:5018:50, 3 November 2025 diff hist +39 VX-REXX Runtime No edit summary current
- 18:4518:45, 3 November 2025 diff hist +12 PM++ No edit summary current
2 November 2025
- 02:3702:37, 2 November 2025 diff hist +62 IBM2CAD1.SYS No edit summary current
- 02:3602:36, 2 November 2025 diff hist +107 IBM2AST1.SYS No edit summary current
1 November 2025
- 22:0522:05, 1 November 2025 diff hist +45 CWUSBMSD.ADD No edit summary current
- 22:0422:04, 1 November 2025 diff hist +3 CWUSBMSD.ADD No edit summary
- 22:0322:03, 1 November 2025 diff hist −1 CWUSBMSD.ADD →Parameter
- 22:0322:03, 1 November 2025 diff hist 0 CWUSBMSD.ADD →Parameter
- 22:0322:03, 1 November 2025 diff hist +6 CWUSBMSD.ADD No edit summary
- 22:0122:01, 1 November 2025 diff hist +10 CWUSBMSD.ADD No edit summary
- 22:0022:00, 1 November 2025 diff hist +11 CWUSBD.SYS No edit summary current