Main public logs
Appearance
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).
- 18:06, 1 September 2025 Martini talk contribs created page WpAddFolderView3Page (Created page with "{{DISPLAYTITLE:wpAddFolderView3Page}} This instance method is called to allow the object to add the ''View 3'' page to its Settings notebook. ==Syntax== _wpAddFolderView3Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page identi...")
- 18:03, 1 September 2025 Martini talk contribs created page WpAddFolderView2Page (Created page with "{{DISPLAYTITLE:wpAddFolderView2Page}} This instance method is called to allow the object to add the ''View 2'' page to its Settings notebook. ==Syntax== _wpAddFolderView2Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ;''rc'' (ULONG) - returns :Page identifier. :0 Erro...")
- 18:01, 1 September 2025 Martini talk contribs created page WpAddFolderView1Page (Created page with "{{DISPLAYTITLE:wpAddFolderView1Page}} This instance method is called to allow the object to add the ''View 1'' page to its Settings notebook. ==Syntax== _wpAddFolderView1Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page identi...")
- 18:00, 1 September 2025 Martini talk contribs created page WpAddFolderSortPage (Created page with "{{DISPLAYTITLE:wpAddFolderSortPage}} This instance method is called to allow the object to add the ''Sort'' page to its Settings notebook. ==Syntax== _wpAddFolderSortPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page identifier...")
- 17:51, 1 September 2025 Martini talk contribs created page WpAddFolderSelfClosePage (Created page with "{{DISPLAYTITLE:wpAddFolderSelfClosePage}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method adds the ''Folder Automatic Close'' page to the Settings notebook. ==Syntax== _wpAddFolderSelfClosePage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Handle of...")
- 17:50, 1 September 2025 Martini talk contribs created page WpAddFolderMenu2Page (Created page with "{{DISPLAYTITLE:wpAddFolderMenu2Page}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method adds the standard ''Menu2'' page to the Settings notebook. ==Syntax== _wpAddFolderMenu2Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle....")
- 17:49, 1 September 2025 Martini talk contribs created page WpAddFolderIncludePage (Created page with "{{DISPLAYTITLE:wpAddFolderIncludePage}} This instance method is called to allow the object to add the ''Include'' page to its Settings notebook. ==Syntax== _wpAddFolderIncludePage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ;''rc'' (ULONG) - returns :Page identifier. :0...")
- 17:48, 1 September 2025 Martini talk contribs created page WpAddFolderBackgroundPage (Created page with "{{DISPLAYTITLE:wpAddFolderBackgroundPage}} This instance method is called to allow the object to add the ''Background'' page to its Settings notebook. ==Syntax== _wpAddFolderBackgroundPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - retur...")
- 17:47, 1 September 2025 Martini talk contribs created page WpAddFirstChild (Created page with "{{DISPLAYTITLE:wpAddFirstChild}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to add one child to a folder. ==Syntax== _wpAddFirstChild(somSelf); ==Parameters== ;''somSelf'' (WPFolder *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFolder. ;''Object'' (WPObject *) - returns :Pointer to the instantiated child object. ==Returns== ;''Object'' (WPO...")
- 17:45, 1 September 2025 Martini talk contribs created page WpAddFileTypePage (Created page with "{{DISPLAYTITLE:wpAddFileTypePage}} This instance method is called to allow the object to add the ''Type'' page to its Settings notebook. ==Syntax== _wpAddFileTypePage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPDataFile *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDataFile. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns :Page identifier...")
- 17:43, 1 September 2025 Martini talk contribs created page WpAddFileMenuPage (Created page with "{{DISPLAYTITLE:wpAddFileMenuPage}} This instance method is called to allow the object to add the ''Menu'' page to its Settings notebook. ==Syntax== _wpAddFileMenuPage(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFileSystem. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ;''rc'' (ULONG) - returns :Page identifier. :0 Erro...")
- 17:42, 1 September 2025 Martini talk contribs created page WpAddFile3Page (Created page with "{{DISPLAYTITLE:wpAddFile3Page}} This instance method is called to allow the object to add the ''File 3'' page to its Settings notebook. ==Syntax== _wpAddFile3Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFileSystem. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ;''rc'' (ULONG) - returns :Page identifier. :0 Error oc...")
- 17:41, 1 September 2025 Martini talk contribs created page WpAddFile2Page (Created page with "{{DISPLAYTITLE:wpAddFile2Page}} This instance method is called to allow the object to add the ''File 2'' page to its Settings notebook. ==Syntax== _wpAddFile2Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFileSystem. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ;''rc'' (ULONG) - returns :Page identifier. :0 Error oc...")
- 17:40, 1 September 2025 Martini talk contribs created page WpAddFile1Page (Created page with "{{DISPLAYTITLE:wpAddFile1Page}} This instance method is called to allow the object to add the ''File 1'' page to its Settings notebook. ==Syntax== _wpAddFile1Page(somSelf, hwndNotebook); ==Parameters== ;''somSelf'' (WPFileSystem *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPFileSystem. ;''hwndNotebook'' (HWND) - input :Settings notebook handle. ;''rc'' (ULONG) - returns :Page identifier. :0 Error oc...")
- 17:23, 1 September 2025 Martini talk contribs created page Category:Workplace Class Methods (Created page with "Category:OS/2 API")
- 17:23, 1 September 2025 Martini talk contribs created page Category:Workplace Instance Methods (Created page with "Category:OS/2 API")
- 17:12, 1 September 2025 Martini talk contribs deleted page Category:Draft (content was: " Category:Quality Assurance" - Empty)
- 17:10, 1 September 2025 Martini talk contribs deleted page Category:Intro Java (content was: "Category:Java Articles" - Empty)
- 16:52, 1 September 2025 Martini talk contribs deleted page Packet revision number (content was: "Category:For Removal")
- 16:51, 1 September 2025 Martini talk contribs deleted page ObjectWorkplace ED for OS/2 (content was: "Category:For Removal")
- 16:50, 1 September 2025 Martini talk contribs deleted page Category:Supervison Console Tools (content was: "Category:For Removal" - EMpty)
- 16:50, 1 September 2025 Martini talk contribs deleted page Category:RXULS (content was: "Category:For Removal", and the only contributor was "Ak120" - Empty(talk))
- 16:50, 1 September 2025 Martini talk contribs deleted page Category:OOL (content was: "Category:For Removal" - Empty)
- 16:50, 1 September 2025 Martini talk contribs deleted page Category:Mainframe and midrange text editors (content was: "Category:For Removal")
- 16:49, 1 September 2025 Martini talk contribs deleted page CPPOM30.LIB (content was: "Multi-thread static library ==Author== * IBM Category:For Removal" - DELETE)
- 16:49, 1 September 2025 Martini talk contribs deleted page Category:NES Tools (content was: "Category:For Removal" - DELETE)
- 16:48, 1 September 2025 Martini talk contribs deleted page Category:TCP/IP Files (content was: "Category:For Removal", and the only contributor was "Ak120" ( - Emptytalk))
- 16:48, 1 September 2025 Martini talk contribs deleted page Category:XShadow Classes (content was: "Category:For Removal" - Empty)
- 16:47, 1 September 2025 Martini talk contribs deleted page Category:RWS Classes (content was: "Category:For Removal" - Empty)
- 16:47, 1 September 2025 Martini talk contribs deleted page Category:CandyFolders Classes (content was: "Category:For Removal" - Empty)
- 16:47, 1 September 2025 Martini talk contribs deleted page Category:Doodle's Screen Saver Classes (content was: "Category:For Removal" - Emtpy)
- 16:46, 1 September 2025 Martini talk contribs deleted page Category:DDIcon Classes (content was: "Category:For Removal" - Empty)
- 16:46, 1 September 2025 Martini talk contribs deleted page Category:HWman Classes (content was: "Category:For Removal" - Empty)
- 16:45, 1 September 2025 Martini talk contribs deleted page List of IBM Libraries for OS/2 (content was: "Category:For Removal" - Emtpy)
- 16:45, 1 September 2025 Martini talk contribs deleted page 0x0000B000 - 0x0000BFFF (content was: "Category:For Removal" - Empty)
- 16:44, 1 September 2025 Martini talk contribs deleted page Category:Quickmotion Classes (content was: "Category:For Removal" - Empty)
- 16:43, 1 September 2025 Martini talk contribs deleted page Category:68000 Tools (content was: "Category:For Removal" - Empty)
- 16:42, 1 September 2025 Martini talk contribs deleted page Category:AMouse Classes (content was: "Category:For Removal" - Empty)
- 04:35, 25 August 2025 Martini talk contribs created page VPIC.SYS (Created page with "The virtual programmable interrupt controller VPIC.SYS is a virtual device driver responsible for virtualization of hardware interrupts to virtual DOS machines. This device driver simulates interrupts to virtual DOS machines by providing a virtual interface to the 8259 Programmable Interrupt Controller (PIC). ==Versions== {|class="wikitable" !Date||Version||Size||Comments |- |2001-04-30|| -- || 9,942 bytes|| |- |}")
- 04:18, 18 August 2025 Martini talk contribs created page TMP960.ADD (Created page with "MYLEX DAC960 Hard Disk Device Driver.")
- 17:48, 7 August 2025 Martini talk contribs created page MIDILAB.SYS (Created page with "MidiLab/2 Device Driver. DEVICE=<path>\MIDILAB.SYS ii aaa ;ii :is the interrupt for which the MPU hardware is wired. Default is 5. ;aaa :is the port address for your MIDI hardware device. Default is hex 330. ;/Z :Should be used to avoid warning messages. These values must be entered as hex numbers. An example of an installation with IRQ 10 and Address of hex 330 would be: DEVICE=C:\MLABPM\MIDILAB.SYS A 330 Category:DEVICE Statements Category:Multimedia...")
- 17:41, 7 August 2025 Martini talk contribs created page RANDDRV.SYS (Created page with "Random number driver for RNG-810 or similar hardware. DEVICE=<path>\RANDDRV.SYS 0X300 ;0X300 :This assumes you have configured your random number generator to use port 0x300. Category:Misc Device Drivers Category:DEVICE Statements")
- 17:35, 7 August 2025 Martini talk contribs created page Category:Misc Device Drivers (Created page with "Category:Device Drivers")
- 17:34, 7 August 2025 Martini talk contribs created page Category:Storage Device Drivers (Created page with "Category:Device Drivers")
- 19:26, 6 August 2025 Martini talk contribs created page Category:386HPFS (Created page with "Category:Online Books")
- 19:25, 6 August 2025 Martini talk contribs created page Template:386HPFS (Created page with "{|class="wikitable" align=right !386 HPFS Technical Considerations |- | #Preface #LAN Server 3.0 Entry Architecture #LAN Server 3.0 Advanced Architecture #386 HPFS Features #Access Control System #Existing Drives Or Other File Systems #Hot Fix #Boot Manager #DISKCACHE #Busmaster Adapters & Memory Over 16MB |} Category:386HPFS")
- 18:37, 6 August 2025 Martini talk contribs created page Category:OMF-LX (Created page with "Category:Online Books")
- 17:50, 6 August 2025 Martini talk contribs created page Template:OMF-LX (Created page with "{|class="wikitable" align=right !GPI Guide and Reference |- | # Introduction # The 16/32-Bit Object Module Format # LX - Linear eXecutable Module Format Description |} Category:GPIGuide")
- 17:46, 6 August 2025 Martini talk contribs deleted page IBM OS/2 16/32-bit Object Module Format (OMF) Specification (Merged with IBM OS/2 16/32-bit Object Module Format (OMF) and Linear eXecutable Module Format (LX))
- 22:47, 25 July 2025 Martini talk contribs created page T358SCSI.ADD (Created page with " ==Syntax== BASEDEV=T358SCSI.ADD /M84 ==Parameters== ;/M84 :This will change the mode of the T358 (or the T348) to adapt to the special requirements of the 720C parallel port.")