Jump to content

New pages

New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

10 September 2025

  • 23:3623:36, 10 September 2025 WpReplaceObject (hist | edit) [1,338 bytes] 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...")
  • 23:3623:36, 10 September 2025 WpCnrDeleteUseItem (hist | edit) [955 bytes] 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:3323:33, 10 September 2025 WpRequestObjectMutexSem (hist | edit) [2,861 bytes] 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....")
  • 23:3223:32, 10 September 2025 WpReleaseObjectMutexSem (hist | edit) [2,292 bytes] 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...")
  • 23:3123:31, 10 September 2025 WpMoveObject (hist | edit) [1,019 bytes] 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...")
  • 23:3023:30, 10 September 2025 WpDeleteFromContent (hist | edit) [919 bytes] 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...")
  • 22:4422:44, 10 September 2025 WpAssertObjectMutexSem (hist | edit) [2,179 bytes] 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...")
  • 22:4322:43, 10 September 2025 WpAppendObject (hist | edit) [1,387 bytes] 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...")
  • 22:4122:41, 10 September 2025 WpAddToContent (hist | edit) [900 bytes] 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...")
  • 22:4122:41, 10 September 2025 WpAddTitleConfirmationPage (hist | edit) [1,056 bytes] 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)...")
  • 22:4022:40, 10 September 2025 WpAddSystemWindowPage (hist | edit) [1,695 bytes] 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...")
  • 22:3922:39, 10 September 2025 WpAddSystemScreenPage (hist | edit) [1,009 bytes] 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...")
  • 22:3822:38, 10 September 2025 WpAddSystemPrintScreenPage (hist | edit) [1,732 bytes] 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]...")
  • 22:3722:37, 10 September 2025 WpAddSystemLogoPage (hist | edit) [1,681 bytes] 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...")
  • 22:3722:37, 10 September 2025 WpAddSystemInputPage (hist | edit) [1,055 bytes] 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...")
  • 22:3622:36, 10 September 2025 WpAddSystemConfirmationPage (hist | edit) [1,737 bytes] 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...")
  • 22:3522:35, 10 September 2025 WpAddSystem256ColorPage (hist | edit) [1,768 bytes] 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...")
  • 22:3422:34, 10 September 2025 WpAddSysFdrSelfClosePage (hist | edit) [1,106 bytes] 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)...")
  • 22:3322:33, 10 September 2025 WpAddSysFdrMenuPage (hist | edit) [1,781 bytes] 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) -...")
  • 22:3222:32, 10 September 2025 WpAddSysFdrDefViewPage (hist | edit) [1,112 bytes] 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...")
  • 22:3122:31, 10 September 2025 WpAddSoundWarningBeepPage (hist | edit) [1,724 bytes] 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) -...")
  • 22:3022:30, 10 September 2025 WpAddSoundSchemePage (hist | edit) [1,746 bytes] 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...")
  • 22:2922:29, 10 September 2025 WpAddSnoop1Page (hist | edit) [1,769 bytes] 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...")
  • 22:2722:27, 10 September 2025 WpAddSetSyncPage (hist | edit) [1,725 bytes] 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...")
  • 22:2622:26, 10 September 2025 WpAddSetPriorityPage (hist | edit) [1,484 bytes] 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'' (...")
  • 22:2522:25, 10 September 2025 WpAddSetPortRedirPage (hist | edit) [1,767 bytes] 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...")
  • 22:2422:24, 10 September 2025 WpAddSetPathPage (hist | edit) [1,447 bytes] 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...")
  • 22:2322:23, 10 September 2025 WpAddSession31Page (hist | edit) [1,063 bytes] 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 :...")
  • 22:2222:22, 10 September 2025 WpAddSessionPage (hist | edit) [1,053 bytes] 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...")
  • 22:2122:21, 10 September 2025 WpAddServerPage (hist | edit) [1,031 bytes] 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...")
  • 22:2122:21, 10 September 2025 WpAddResourcePage (hist | edit) [1,063 bytes] Martini (talk | contribs) (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...")
  • 22:1922:19, 10 September 2025 WpAddReserveDriveLetterPage (hist | edit) [2,055 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddReserveDriveLetterPage}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method adds the reserve drive letter page to the Settings notebook. ==Syntax== _wpAddReserveDriveLetterPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPDrives *) - input:Pointer to the object on which the method is being invoked. :Points to an object of class WPDrives. ;''hwndNotebook'' (HWND) - input:Settin...")
  • 17:1317:13, 10 September 2025 HMOU (hist | edit) [142 bytes] Martini (talk | contribs) (Created page with "Device handle that represents the mouse device obtained from a previous call to a MouOpen function. == Type == static Category:Data type")

3 September 2025

  • 04:0604:06, 3 September 2025 DEVESC DBE LAST (hist | edit) [1,808 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:DEVESC_DBE_LAST}} This function informs the presentation driver that character codes for subsequent output data will use one byte per character. ==Syntax== GreEscape (hdc, DEVESC_DBE_LAST, clnCount, plnData, pcOutCount, pOutData, plnstance, lFunction) ==Parameters== ;''hdc'' (HOC) - input :Device context handle ;''lEscape'' (LONG) - input :DEVESC_DBE_LAST ;''clnCount'' (LONG) - input :The handling routine ignores this parameter ;''pinData'' (PBYTE) - in...")
  • 03:3003:30, 3 September 2025 DEVESC VIDEOHIDDEN (hist | edit) [2,440 bytes] Martini (talk | contribs) (Created page with "GreEscape DEVESC_VIDEOHIDDEN is called by EnDIVE users to specify that the video is hidden whenever the video is completely occluded (for example, clipped out, minimized, and so on). This will give the driver a chance to turn off video acceleration if necessary. ;Simulation support: None. ==Syntax== GreEscape(hdc, ICODE, lInCount, pbInData, plOutCount, pbOutData); ==Parameters== ;hdc (HDC) - input :Device context handle. ;ICODE (LONG) - input :DEVESC_VIDEOHIDDE...")
  • 03:2303:23, 3 September 2025 DEVESC SWITCHBANK (hist | edit) [2,570 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:DEVESC_SWITCHBANK}} GreEscape DEVESC_SWITCHBANK changes which bank of video memory is mapped to the aperture that is returned by DEVESC_GETAPERTURE. The escape is intended to allow the calling routine to switch banks in a device-independent fashion, and then access video memory directly. This escape must be bracketed by calls to DEVESC_ACQUIREFB and DEVESC_DEACQUIREFB. These calls ensure serial access to the bank-switching resources of the device. Cur...")
  • 02:4902:49, 3 September 2025 DEVESC STD JOURNAL (hist | edit) [2,033 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:DEVESC_STD_JOURNAL}} GreEscape DEVESC_STD_JOURNAL sends a standard journal file to the presentation driver. ;Simulation support: This function is mandatory for hardcopy drivers, but may simply return a DEVESC_NOTIMPLEMENTED code. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction) ==Parameters== ;hdc (HDC) - input :Device co...")
  • 02:1202:12, 3 September 2025 DEVESC VRAMALLOC (hist | edit) [2,882 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:DEVESC_VRAMALLOC}} GreEscape DEVESC_VRAMALLOC is called by EnDIVE users to allocate off-screen video memory, into which the function puts images. The driver is responsible for allocating and deallocating memory from its available video memory. The VRAMALLOCIN data structure contains a function code (ulFunction), which specifies allocation or deallocation. If video memory is not supported or available, the EnDIVE user is responsible for allocating system me...")
  • 02:0802:08, 3 September 2025 DEVESC STARTDOC (hist | edit) [3,449 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:DEVESC_STARTDOC_WPROP}} GreEscape DEVESC_STARTDOC starts a new document. The handling routine in the presentation driver does whatever initialization is required to spool or print the document. Note: DEVESC_STARTDOC is mandatory at the API for an OD_QUEUED device with PM_Q_STD data. ;Simulation support: This function is mandatory for hardcopy drivers and must be implemented in order to have a valid OS/2 hardcopy driver. For other drivers, it is simula...")
  • 02:0102:01, 3 September 2025 DEVESC STARTDOC WPROP (hist | edit) [5,361 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:DEVESC_STARTDOC_WPROP}} GreEscape DEVESC_STARTDOC_WPROP will reset the device context information and presentation space information to be based on the new job properties that are passed in. This should be equivalent to the result of a new DevOpenDC with the new job properties. ;Simulation support: This function is mandatory for hardcopy drivers and must be implemented in order to have a valid OS/2 hardcopy driver. Refer to Dynamic Job Properties f...")
  • 00:5200:52, 3 September 2025 WpAddProgramSessionPage (hist | edit) [1,701 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddProgramSessionPage}} This instance method is called to allow the object to add the **Session** page to its Settings notebook. ==Syntax== <PRE> _wpAddProgramSessionPage(somSelf, hwndNotebook) </PRE> ==Parameters== ;''somSelf'' (WPProgram *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPProgram. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' ([[ULONG]...")
  • 00:4900:49, 3 September 2025 WpAddProgramPage (hist | edit) [1,666 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddProgramPage}} This instance method is called to allow the object to add the **Program** page to its Settings notebook. ==Syntax== <PRE> _wpAddProgramPage(somSelf, hwndNotebook) </PRE> ==Parameters== ;''somSelf'' (WPProgram *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPProgram. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :...")
  • 00:4800:48, 3 September 2025 WpAddProgramAssociationPage (hist | edit) [1,681 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddProgramAssociationPage}} This instance method is called to allow the object to add the Association page to its Settings notebook. ==Syntax== <PRE> _wpAddProgramAssociationPage(somSelf, hwndNotebook) </PRE> ==Parameters== ;''somSelf'' (WPProgramFile *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPProgramFile. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;...")
  • 00:4700:47, 3 September 2025 WpAddSetViewPage (hist | edit) [1,706 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpAddSetViewPage}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method adds the Set View page to the Settings notebook. ==Syntax== _wpAddSetViewPage(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 notebook....")
  • 00:2400:24, 3 September 2025 WpSetupOnce (hist | edit) [1,784 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpSetupOnce}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to allow the newly created object to initialize itself. ==Syntax== _wpSetupOnce(somSelf, pszSetupString); ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszSetupString'' (PSZ) - input :Class specific setup paramet...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)