Jump to content

Main public logs

Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 04:29, 30 September 2025 Martini talk contribs created page FME NDIS.OS2 (Created page with "Fax/Modem/Ethernet Combo Adapter driver. Category:Files")
  • 23:36, 10 September 2025 Martini talk contribs created page 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...")
  • 23:36, 10 September 2025 Martini talk contribs created page 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 *) -...")
  • 23:33, 10 September 2025 Martini talk contribs created page 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....")
  • 23:32, 10 September 2025 Martini talk contribs created page 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...")
  • 23:31, 10 September 2025 Martini talk contribs created page 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:30, 10 September 2025 Martini talk contribs created page 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...")
  • 23:27, 10 September 2025 Martini talk contribs created page Talk:DevHlp PhysToSysHook (Created page with "-- https://github.com/search?q=org%3AOS2World+DevHlp_PhysToSysHook&type=code")
  • 23:26, 10 September 2025 Martini talk contribs created page Talk:VioGetPSAddress (Created page with "-- https://github.com/search?q=org%3AOS2World+VioGetPSAddress&type=code&p=1")
  • 22:44, 10 September 2025 Martini talk contribs created page 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...")
  • 22:43, 10 September 2025 Martini talk contribs created page 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...")
  • 22:41, 10 September 2025 Martini talk contribs created page 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...")
  • 22:41, 10 September 2025 Martini talk contribs created page 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)...")
  • 22:40, 10 September 2025 Martini talk contribs created page 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...")
  • 22:39, 10 September 2025 Martini talk contribs created page 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...")
  • 22:38, 10 September 2025 Martini talk contribs created page 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]...")
  • 22:37, 10 September 2025 Martini talk contribs created page 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...")
  • 22:37, 10 September 2025 Martini talk contribs created page 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...")
  • 22:36, 10 September 2025 Martini talk contribs created page 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...")
  • 22:35, 10 September 2025 Martini talk contribs created page 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...")
  • 22:34, 10 September 2025 Martini talk contribs created page 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)...")
  • 22:33, 10 September 2025 Martini talk contribs created page 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) -...")
  • 22:32, 10 September 2025 Martini talk contribs created page 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...")
  • 22:31, 10 September 2025 Martini talk contribs created page 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) -...")
  • 22:30, 10 September 2025 Martini talk contribs created page 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...")
  • 22:29, 10 September 2025 Martini talk contribs created page 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...")
  • 22:27, 10 September 2025 Martini talk contribs created page 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...")
  • 22:26, 10 September 2025 Martini talk contribs created page 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'' (...")
  • 22:25, 10 September 2025 Martini talk contribs created page 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...")
  • 22:24, 10 September 2025 Martini talk contribs created page 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...")
  • 22:23, 10 September 2025 Martini talk contribs created page 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 :...")
  • 22:22, 10 September 2025 Martini talk contribs created page 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...")
  • 22:21, 10 September 2025 Martini talk contribs created page 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...")
  • 22:21, 10 September 2025 Martini talk contribs created page 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...")
  • 22:19, 10 September 2025 Martini talk contribs created page WpAddReserveDriveLetterPage (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...")
  • 22:08, 10 September 2025 Martini talk contribs created page Talk:KbdShellInit (Created page with "References: https://bitsavers.trailing-edge.com/magazines/Microsystems_Journal/v04n03.pdf")
  • 17:13, 10 September 2025 Martini talk contribs created page HMOU (Created page with "Device handle that represents the mouse device obtained from a previous call to a MouOpen function. == Type == static Category:Data type")
  • 17:02, 10 September 2025 Martini talk contribs created page Talk:MouFree (Created page with "~~~~ Reference: https://fragglet.github.io/dos-help-files/overview.hlp/Using_the_mouse.html")
  • 03:59, 4 September 2025 Martini talk contribs created page File:PDKCD11-92.png
  • 03:59, 4 September 2025 Martini talk contribs uploaded File:PDKCD11-92.png
  • 04:06, 3 September 2025 Martini talk contribs created page DEVESC DBE LAST (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:45, 3 September 2025 Martini talk contribs created page Talk:A flat model device driver for OS/2:Appendix A – Listings (Created page with "~~~~ There are issues with the indentation of the samples.")
  • 03:30, 3 September 2025 Martini talk contribs created page DEVESC VIDEOHIDDEN (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:23, 3 September 2025 Martini talk contribs created page DEVESC SWITCHBANK (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:49, 3 September 2025 Martini talk contribs created page DEVESC STD JOURNAL (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:12, 3 September 2025 Martini talk contribs created page DEVESC VRAMALLOC (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:08, 3 September 2025 Martini talk contribs created page DEVESC STARTDOC (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:01, 3 September 2025 Martini talk contribs created page DEVESC STARTDOC WPROP (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:52, 3 September 2025 Martini talk contribs created page WpAddProgramSessionPage (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:49, 3 September 2025 Martini talk contribs created page WpAddProgramPage (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 :...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)