Jump to content

New pages

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

28 October 2025

27 October 2025

10 October 2025

  • 15:2415:24, 10 October 2025 Lattice dBC III Plus (hist | edit) [550 bytes] Ak120 (talk | contribs) (Created page with "right Lattice dBC III Plus Library *Supported operating systems: MS-DOS >= 2.0, OS/2 *Compilers supported: Lattice C, Microsoft C, Borland Turbo C ==Additional Functions== *Specify locking method *Lock or unlock data, index, or memo files *Lock or unlock a record *Lock or unlock a specified number of bytes *Read a record for update *Get field information by field name or field number *Use big buffer for a data file or indexing *Get tomorrow's or yeste...")

8 October 2025

3 October 2025

2 October 2025

  • 09:2909:29, 2 October 2025 VEDIT PLUS (hist | edit) [508 bytes] Ak120 (talk | contribs) (Created page with "{{Software |Picture=Vedit.png |Name=VEDIT PLUS |Version= |Vendor=CompuView<br/>Greenview Data (1990-1994) |Licence= }} ;VEDIT PLUS *2.31 (1983) - CP/M-86 *3.0 (1989) **3.40 (1991) **3.50 (1992) *4.0 (1994) **4.03 (1994-07-28) *4.1 **4.12 (1994) **4.13 - improved support for Windows NT and OS/2 **4.15 (1995-08-30) **4.17 - latest version for SCO UNIX *1995: 4.2 **4.21 **4.22 (1996-09-01) *5.0 **5.04 **5.05 (1998-06-08) *5.1 *6.0 Category:Text editors")

1 October 2025

30 September 2025

10 September 2025

  • 22:3622:36, 10 September 2025 WpReplaceObject (hist | edit) [1,332 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...")
  • 22:3622: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 *) -...")
  • 22:3322: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....")
  • 22:3222: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...")
  • 22:3122: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...")
  • 22:3022: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...")
  • 21:4421: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...")
  • 21:4321: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...")
  • 21:4121: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...")
  • 21:4121: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)...")
  • 21:4021: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...")
  • 21:3921: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...")
  • 21:3821: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]...")
  • 21:3721: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...")
  • 21:3721: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...")
  • 21:3621: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...")
  • 21:3521: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...")
  • 21:3421: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)...")
  • 21:3321: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) -...")
  • 21:3221: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...")
  • 21:3121: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) -...")
  • 21:3021: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...")
  • 21:2921: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...")
  • 21:2721: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...")
  • 21:2621: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'' (...")
  • 21:2521: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...")
  • 21:2421: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...")
  • 21:2321: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 :...")
  • 21:2221: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...")
  • 21:2121: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...")
  • 21:2121: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...")
  • 21:1921: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...")
  • 16:1316: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")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)