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 ( | ) (20 | 50 | 100 | 250 | 500)
  • 04:15, 19 April 2025 Martini talk contribs created page CNRDRAWITEMINFO (Created page with "Structure that contains information about the container item being drawn. This structure is used with the WM_DRAWITEM (in Container Controls) message only. == Type == struct == C Declaration Method == typedef == Example Code == <pre> typedef struct _CNRDRAWITEMINFO { PRECORDCORE pRecord; Pointer to the RECORDCORE structure for the record being drawn.: PFIELDINFO pFieldInfo; /* Pointer to the FIELDINFO structure for the container column be...")
  • 04:11, 19 April 2025 Martini talk contribs created page FIELDINFO (Created page with "Structure that contains information about column data in the details view of the container control. The details view displays each FIELDINFO structure as a column of data that contains specific information about each container record. For example, one FIELDINFO structure, or column, might contain icons or bit maps that represent each container record. Another FIELDINFO structure might contain the date or time that each container record was created. == Type == struct =...")
  • 04:10, 19 April 2025 Martini talk contribs created page MINIRECORDCORE (Created page with "Structure that contains information for records smaller than those defined by the RECORDCORE data structure. This data structure is used if the CCS_MINIRECORDCORE style bit is specified when a container is created. == Type == struct == C Declaration Method == typedef == Example Code == <pre> typedef struct _MINIRECORDCORE { ULONG cb; Structure size.: ULONG flRecordAttr; /* Attributes of contai...")
  • 04:09, 19 April 2025 Martini talk contribs created page RECORDCORE (Created page with "Structure that contains information for records in a container control. This data structure is used if the CCS_MINIRECORDCORE style bit is not specified when a container is created. == Type == struct == C Declaration Method == typedef == Example Code == <pre> typedef struct _RECORDCORE { ULONG cb; The size, in bytes, of the RECORDCORE structure.: ULONG flRecordAttr; Container record attributes.: ...")
  • 04:00, 19 April 2025 Martini talk contribs created page BKM SETPAGEWINDOWHWND (Created page with "This message associates an application page window handle with the specified notebook page. ==Syntax== <pre> param1 ULONG ulPageId; Page ID.: param2 HWND hwndPage; Window handle.: </pre> ==Parameters== ;''ulPageId'' (ULONG) - input: The page ID of the notebook page with which the application page window is to be associated. ;''hwndPage'' (HWND) - input: The handle of the application page window that is to be associated with the notebook page ide...")
  • 03:59, 19 April 2025 Martini talk contribs created page BKM INSERTPAGE (Created page with "This message inserts the specified page into the notebook data list. ==Syntax== <pre> param1 ULONG ulPageId; Page ID for placement.: param2 USHORT usPageStyle; Style attributes.: USHORT usPageOrder; Order attributes.: </pre> ==Parameters== ;''ulPageId'' (ULONG) - input: Page identifier used for the placement of the inserted page. This identifier is ignored if the BKA_FIRST or BKA_LAST attribute of the ''usPageOrder'' parameter is specifi...")
  • 03:40, 19 April 2025 Martini talk contribs created page WM QUERYWINDOWPARAMS (Created page with "This message occurs when an application queries the window parameters. ;in Button Controls Occurs when an application queries the button control window procedure window parameters. ;in Entry Fields This message occurs when an application queries the entry field control window parameters. ==Syntax== <pre> param1 PWNDPARAMS pwndparams; Window parameter structure.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ===in Circular Sl...")
  • 03:29, 19 April 2025 Martini talk contribs created page WM QUERYFRAMECTLCOUNT (Created page with "This message is sent to the frame window in response to the receipt of a WM_SIZE or a WM_UPDATEFRAME (in Frame Controls) message. ==Syntax== <pre> param1 ULONG ulReserved; Reserved value, should be 0.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''sControlCount'' (SHOR...")
  • 03:26, 19 April 2025 Martini talk contribs created page WM MENUSELECT (Created page with "This message occurs when a menu item has been selected. ==Syntax== <pre> param1 USHORT usItem; Identifier of selected item.: USHORT usPostCommand; Post-command flag.: param2 HWND hwnd; Menu-control window handle.: </pre> ==Parameters== ;''usItem'' (USHORT) - input: Identifier of selected item. ;''usPostCommand'' (USHORT) - input: Post-command flag. :TRUE: Indicates that either a WM_COMMAND, WM_SYSCOMMAND, or...")
  • 03:22, 19 April 2025 Martini talk contribs created page WM MENUEND (Created page with "This message occurs when a menu control is about to terminate. ==Syntax== <pre> param1 USHORT usmenuid; Menu-control identifier.: param2 HWND hwnd; Menu-control window handle.: </pre> ==Parameters== ;''usmenuid'' (USHORT) - input: Menu-control identifier. ;''hwnd'' (HWND) - input: Menu-control window handle. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''ulReserved'' (ULONG) - returns: Reserved value, shoul...")
  • 03:20, 19 April 2025 Martini talk contribs created page WM FORMATFRAME (Created page with "This message is sent to a frame window to calculate the sizes and positions of all of the frame controls and the client window. ==Syntax== <pre> param1 PSWP pswp; Structure array.: param2 PRECTL pprectl; Pointer to client window rectangle.: </pre> ==Parameters== ;''pswp'' (PSWP) - input: This points to an array that is to hold the SWP structures. ;''pprectl'' (PRECTL) - input: Pointer to client window rectangle. This is typically the...")
  • 02:57, 19 April 2025 Martini talk contribs created page WM DRAWITEM (Created page with "This notification is sent to the owner of a control each time an item is to be drawn. ;in Font Dialog If the FNTS_OWNERDRAWPREVIEW style is set for a font dialog, this notification message is sent to that dialog's owner whenever the preview window area (sample text) is to be drawn. ==Syntax== <pre> param1 USHORT idIdentity; Window identifier.: param2 ULONG ulcontrolspec; Control-specific information.: </pre> ===in Container Controls=== <pre> p...")
  • 02:49, 19 April 2025 Martini talk contribs created page WM CONTROLPOINTER (Created page with "This message is sent to a owner window of a control when the pointing device pointer moves over the control window, allowing the owner to set the pointing device pointer. ==Syntax== <pre> param1 USHORT usidCtl; Control identifier.: param2 HPOINTER hptrNew; Handle of the pointing device pointer that the control is to use.: </pre> ==Parameters== ;''usidCtl'' (USHORT) - input: Control identifier. ;''hptrNew'' (HPOINTER) - input: Handle of the...")
  • 02:45, 19 April 2025 Martini talk contribs created page WM SYSCOLORCHANGE (Created page with "This message is sent to all main windows when a change is made to the system colors by the WinSetSysColors function. ==Syntax== <pre> param1 ULONG flOptions; Options.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''flOptions'' (ULONG) - input: Options. Copied from the parameter of the WinSetSysColors function and therefore specifies which palette has been changed. ;''ulReserved'' (ULONG) - input: Reserved val...")
  • 04:42, 18 April 2025 Martini talk contribs created page WM TRANSLATEACCEL (Created page with "This message is sent to the focus window whenever a WM_CHAR message occurs. ==Syntax== <pre> param1 PQMSG pqmsg; Pointer to a QMSG structure.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''pqmsg'' (PQMSG) - input: Pointer to a QMSG structure. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''rc'' (BOOL) - returns: Translated indicator. :TRUE: The character exists in the...")
  • 04:40, 18 April 2025 Martini talk contribs created page WM INITMENU (Created page with "This message occurs when a menu control is about to become active. ==Syntax== <pre> param1 SHORT smenuid; Menu-control identifier.: param2 HWND hwnd; Menu-window handle.: </pre> ==Parameters== ;''smenuid'' (SHORT) - input: Menu-control identifier. ;''hwnd'' (HWND) - input: Menu-window handle. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''ulReserved'' (ULONG) - returns: Reserved value, should be 0. ==Remark...")
  • 04:36, 18 April 2025 Martini talk contribs created page WM JOURNALNOTIFY (Created page with "This message is used to maintain correct operation during journal playback. ==Syntax== <pre> param1 ULONG ulCommand; Command to journal.: param2 USHORT fsQueueStatus; Queue status.: USHORT usScanCode; Scan code.: USHORT usKeyState; Key State.: </pre> ==Parameters== ;''ulCommand'' (ULONG) - input: Command to journal. :JRN_QUEUESTATUS: The WinQueryQueueStatus command must be journaled. :JRN_PHYSKEYSTATE: The WinGetPhy...")
  • 04:35, 18 April 2025 Martini talk contribs created page WM MOUSEMAP (Created page with "This message is specific to version 2.1, or higher, of the OS/2 operating system. This message is used only by applications that wish to remap mouse messages in the PM input queue. It is not recommended for general application usage, and applications should NOT process this message in their window procedures. ==Syntax== <pre> param1 ULONG ulPhysButton; The physical button number (1, 2, or 3).: param2 ULONG ulMappedButton; /* The button to be mapped to (...")
  • 04:34, 18 April 2025 Martini talk contribs created page WM QUERYHELPINFO (Created page with "This message returns the help instance associated with a frame window. ==Syntax== <pre> param1 ULONG ulReserved; Reserved value, should be 0.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''lhelpinfo'' (LONG) - returns: Help information. :0: No help information associated with th...")
  • 04:33, 18 April 2025 Martini talk contribs created page WM SETBORDERSIZE (Created page with "This message is sent to the frame window to change the width and height of the border. ==Syntax== <pre> param1 USHORT uscx; Width of border.: param2 USHORT uscy; Height of border.: </pre> ==Parameters== ;''uscx'' (USHORT) - input: Width of border. ;''uscy'' (USHORT) - input: Height of border. ==Returns== ;''rc'' (BOOL) - returns: Success indicator. :TRUE: Successful completion :FALSE: Error occurred ==Remarks== The frame control sets th...")
  • 04:31, 18 April 2025 Martini talk contribs created page WM QUERYTRACKINFO (Created page with "The frame control generates this message on receiving a WM_TRACKFRAME (in Frame Controls) message. ==Syntax== <pre> param1 USHORT ustflags; Tracking flags.: param2 PTRACKINFO ptrackinfo; Track information structure.: </pre> ==Parameters== ;''ustflags'' (USHORT) - input: Tracking flags. Contains a combination of one or more TF_* flags as defined in the TRACKINFO structure. ;''ptrackinfo'' (PTRACKINFO) - input/output: This points...")
  • 04:29, 18 April 2025 Martini talk contribs created page WM SYSVALUECHANGED (Created page with "This message is posted to all main windows when one of the settable system values is changed. ==Syntax== <pre> param1 USHORT usChangedFirst; First system value.: param2 USHORT usChangedLast; Last system value.: </pre> ==Parameters== ;''usChangedFirst'' (USHORT) - input: The first of a contiguous set of system values that has been changed. ;''usChangedLast'' (USHORT) - input: The last of a contiguous set of system values that has been changed...")
  • 04:28, 18 April 2025 Martini talk contribs created page WM TEXTEDIT (Created page with "This message occurs when the operator requests a direct name edit operation. ==Syntax== <pre> param1 USHORT usPointer; Input device flag.: param2 POINTS ptspointerpos; Pointer position.: </pre> ==Parameters== ;''usPointer'' (USHORT) - input: Input device flag. :TRUE: Message resulted from pointer event :FALSE: Message resulted from keyboard event ;''ptspointerpos'' (POINTS) - input: The pointer position is in window coordinates relative t...")
  • 04:27, 18 April 2025 Martini talk contribs created page WM TRACKFRAME (Created page with "This message is sent to a window whenever it is to be moved or sized. ;in Frame Controls This message is sent to a frame window whenever it is to be moved or sized. ==Syntax== <pre> param1 USHORT fsTrackFlags; Tracking flags.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ===in Frame Controls=== <pre> param1 USHORT fsTrackFlags Tracking flags.: param2 ULONG ulReserved Reserved value, should be 0.: </pre...")
  • 04:22, 18 April 2025 Martini talk contribs created page WM TRANSLATEMNEMONIC (Created page with "This message occurs during frame control processing of a WM_TRANSLATEACCEL message. ==Syntax== <pre> param1 PQMSG pqmsg; Pointer to a QMSG structure.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''pqmsg'' (PQMSG) - input: Pointer to a QMSG structure. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''rc'' (BOOL) - returns: Success indicator. :TRUE: The character has been...")
  • 04:19, 18 April 2025 Martini talk contribs created page WM SINGLESELECT (Created page with "This message occurs when the operator selects a single object. ==Syntax== <pre> param1 POINTS ptspointerpos; Pointer position.: param2 USHORT usPointer; Input device flag.: </pre> ==Parameters== ;''ptspointerpos'' (POINTS) - input: The pointer position is in window coordinates relative to the bottom-left corner of the window. This value is ignored if ''usPointer'' is not set to TRUE. ;''usPointer'' (USHORT) - input: Input device flag. :TR...")
  • 04:19, 18 April 2025 Martini talk contribs created page WM SETSELECTION (Created page with "This message occurs when a window is selected or deselected. ==Syntax== <pre> param1 USHORT usselection; Selection flag.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''usselection'' (USHORT) - input: Selection flag. :TRUE: The window is selected. :FALSE: The window is deselected. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''ulReserved'' (ULONG) - returns: Reserved value, should...")
  • 04:18, 18 April 2025 Martini talk contribs created page WM SETHELPINFO (Created page with "This message sets the help instance associated with this frame window when the window is active. ==Syntax== <pre> param1 LONG lhelpinfo; New help information.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''lhelpinfo'' (LONG) - input: New help information. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''rc'' (BOOL) - returns: Success indicator. :TRUE: Successful completion :FALSE...")
  • 04:17, 18 April 2025 Martini talk contribs created page WM SETACCELTABLE (Created page with "This message establishes the window accelerator table to be used for translation, when the window is active. ==Syntax== <pre> param1 HACCEL haccelNew; New accelerator table.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''haccelNew'' (HACCEL) - input: New accelerator table. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''rc'' (BOOL) - returns: Success indicator. :TRUE: Successful...")
  • 04:16, 18 April 2025 Martini talk contribs created page WM SAVEAPPLICATION (Created page with "This message is sent by the system to notify an application to save its current state. ==Syntax== <pre> param1 ULONG ulReserved; Reserved value, should be 0.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''ulReserved'' (ULONG) - returns: Reserved value, should be 0. ==Remarks== When...")
  • 04:14, 18 April 2025 Martini talk contribs created page WM REALIZEPALETTE (Created page with "This message is sent to an application whenever changes have been made to the display hardware physical color table as a result of another application calling WinRealizePalette. ==Syntax== <pre> param1 ULONG ulReserved; Reserved value, should be 0.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0....")
  • 04:13, 18 April 2025 Martini talk contribs created page WM QUERYCTLTYPE (Created page with "This message is sent by an application to a window to determine the type of control window it is (if any). ==Syntax== <pre> param1 ULONG ulReserved; Reserved value, should be 0.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''ulType'' (ULONG) - returns: Control type. :CCT_*: The wind...")
  • 04:12, 18 April 2025 Martini talk contribs created page WM QUERYACCELTABLE (Created page with "This message returns the handle to the accelerator table of a window. ==Syntax== <pre> param1 ULONG ulReserved; Reserved value, should be 0.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''haccel'' (HACCEL) - returns: Accelerator table handle. :NULLHANDLE: No accelerator table is...")
  • 04:11, 18 April 2025 Martini talk contribs created page WM PSYSCOLORCHANGE (Created page with "This message is posted when the Language Support Window or Dialog Procedure processes a WM_SYSCOLORCHANGE message. ==Syntax== <pre> param1 ULONG flOptions; Options.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''flOptions'' (ULONG) - input: Options. Copied from the parameter of the WinSetSysColors function. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''ulReserved'' (ULONG) - r...")
  • 04:10, 18 April 2025 Martini talk contribs created page WM MSGBOXINIT (Created page with "This message notifies the owner of the message when a non-modal message box has been created and is currently being displayed. ==Syntax== <pre> param1 HWND hwnd; Non-modal window handle.: param2 LONG idWindow; Window identity of the message box.: </pre> ==Parameters== ;''hwnd'' (HWND) - input: Non-modal window handle. ;''idWindow'' (LONG) - input: Window identity of the message box. ;''ulReserved'' (ULONG) - input: Reserved value, must be...")
  • 04:08, 18 April 2025 Martini talk contribs created page WM MSGBOXDISMISS (Created page with "This message notifies the owner of the message when a non-modal message box has been dismissed (the message box is no longer visible). ==Syntax== <pre> param1 HWND hwnd; Non-modal window handle.: param2 ULONG ulButtonId; Identity of the selected button in the message box.: </pre> ==Parameters== ;''hwnd'' (HWND) - input: Non-modal window handle. ;''ulButtonId'' (ULONG) - input: Identity of the selected button in the message box. ;''ulReserved...")
  • 04:06, 18 April 2025 Martini talk contribs created page WM NEXTMENU (Created page with "This message occurs when either the beginning or the end of the menu is reached by use of the cursor control keys. ==Syntax== <pre> param1 HWND hwndMenu; Menu-control window handle.: param2 USHORT usPrev; Previous-menu indicator.: </pre> ==Parameters== ;''hwndMenu'' (HWND) - input: Menu-control window handle. ;''usPrev'' (USHORT) - input: Previous-menu indicator. :TRUE: Beginning of the menu has been reached :FALSE: End of the menu has be...")
  • 04:01, 18 April 2025 Martini talk contribs created page WM PSIZE (Created page with "This message is posted when the Language Support Window or Dialog Procedure processes a WM_SIZE message. ==Syntax== <pre> param1 SHORT scxold; Old horizontal size.: SHORT scyold; Old vertical size.: param2 SHORT scxnew; New horizontal size.: SHORT scynew; New vertical size.: </pre> ==Parameters== ;''scxold'' (SHORT) - input: Old horizontal size. ;''scyold'' (SHORT) - input: Old vertical size. ;''scxnew'' (SHORT) - in...")
  • 03:59, 18 April 2025 Martini talk contribs created page WM PSETFOCUS (Created page with "This message is posted when the Language Support Window or Dialog Procedure processes a WM_SETFOCUS message. ==Syntax== <pre> param1 HWND hwnd; Focus-window handle.: param2 USHORT usfocus; Focus flag.: </pre> ==Parameters== ;''hwnd'' (HWND) - input: Focus-window handle. :NULLHANDLE: No window lost or received the focus. :Other: Window handle. ;''usfocus'' (USHORT) - input: Focus flag. :TRUE: The window received the focus. ''hwnd'' is...")
  • 03:58, 18 April 2025 Martini talk contribs created page WM PCONTROL (Created page with "This message is posted when the Language Support Window or Dialog Procedure processes a WM_CONTROL message. ==Syntax== <pre> param1 USHORT id; Control-window identity.: USHORT usnotifycode; Notify code.: param2 ULONG ulZero; Zero.: </pre> ==Parameters== ;''id'' (USHORT) - input: Control-window identity. This is either the parameter of the WinCreateWindow function or the identity of an item in a dialog template. ;...")
  • 03:56, 18 April 2025 Martini talk contribs created page WM PACTIVATE (Created page with "This message is posted when the Language Support Window or Dialog Procedure processes a WM_ACTIVATE message. ==Syntax== <pre> param1 USHORT usactive; Active indicator.: param2 HWND hwnd; Window handle.: </pre> ==Parameters== ;''usactive'' (USHORT) - input: Active indicator. :TRUE: The window was activated :FALSE: The window was deactivated ;''hwnd'' (HWND) - input: Window handle. In the case of activation, ''hwnd'' identifies the wi...")
  • 03:54, 18 April 2025 Martini talk contribs created page WM OPEN (Created page with "This message occurs when the operator makes an **OPEN** request. ==Syntax== <pre> param1 USHORT usPointer; Input device flag.: param2 POINTS ptspointerpos; Pointer position.: </pre> ==Parameters== ;''usPointer'' (USHORT) - input: Input device flag. :TRUE: Message resulted from pointer event :FALSE: Message resulted from keyboard event ;''ptspointerpos'' (POINTS) - input: The pointer position is in window coordinates relative to the bottom...")
  • 03:53, 18 April 2025 Martini talk contribs created page WM NULL (Created page with "This message is posted to activate message queues or modal loops. ==Syntax== <pre> param1 ULONG ulReserved; Reserved value, should be 0.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''ulReserved'' (ULONG) - returns: Reserved value, should be 0. ==Remarks== On receiving this message...")
  • 02:32, 18 April 2025 Martini talk contribs moved page A flat model device driver for OS/2 to A Flat Model Device Driver for OS/2
  • 02:19, 18 April 2025 Martini talk contribs created page Category:FlatModelDriver (Created page with "Category:Driver Articles")
  • 02:18, 18 April 2025 Martini talk contribs created page Template:FlatModelDriver (Created page with "{|class="wikitable" align=right !A flat model device driver for OS/2 |- | #Abstract of Project #Trademarks and Copyrights #Chapter 1. - Introduction #Chapter 2. - Review of Related Literature #A...")
  • 19:13, 15 April 2025 Martini talk contribs created page Template:KernelDebugRef (Created page with "{|class="wikitable" align=right !Kernel Debug Reference |- | |}")
  • 18:59, 15 April 2025 Martini talk contribs created page Template:KernelDesignGuide (Created page with " {|class="wikitable" align=right !OS/2 2.0 Kernel Design Guide |- | # Introduction # What's New # Device Drivers # File System # Program Loader # Memory Subsystem # DOS Emulation # Multitasking # User-mode Debugging # Tracepoint Summary # Notices |}")
  • 18:57, 15 April 2025 Martini talk contribs created page Kernel Debugger Reference (Created page with " ==Link== * [https://www.os2site.com/sw/dev/info/kdebug.zip TXT] (1992-09-14) (Preliminary Draft for OS/2 2.0) ==See Also== * The OS/2 Debugging Handbook Category:Online Books")
  • 18:49, 15 April 2025 Martini talk contribs created page Category:DebugHandbook (Created page with " Category:Online Books")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)