Jump to content

User contributions for Martini

A user with 31,918 edits.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

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

2 November 2025

1 November 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)