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).
- 02:01, 28 April 2025 Martini talk contribs created page WM DDE ACK (Created page with "This message notifies an application of the receipt and processing of a WM_DDE_EXECUTE, WM_DDE_DATA, WM_DDE_ADVISE, WM_DDE_UNADVISE or WM_DDE_POKE message, and in some cases, of a WM_DDE_REQUEST message. This message is always posted. ==Syntax== <pre> param1 HWND hwnd; Window handle of the sender.: param2 PDDESTRUCT pDdeStruct; DDE structure.: </pre> ==Parameters== ;hwnd (HWND) - input: Window handle of the sender. ;pDde...")
- 02:00, 28 April 2025 Martini talk contribs created page SPBM SETLIMITS (Created page with "This message causes the component to set or reset numeric limits. ==Syntax== <pre> param1 LONG lUpLimit; Upper limit.: param2 LONG lLowLimit; Lower limit.: </pre> ==Parameters== ;lUpLimit (LONG) - input: Upper limit. ;lLowLimit (LONG) - input: Lower limit. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks== The application sends this message to the component to set or reset...")
- 01:59, 28 April 2025 Martini talk contribs created page SPBM OVERRIDESETLIMITS (Created page with "This message causes the component to set or reset numeric limits. ==Syntax== <pre> param1 LONG lUpLimit; Upper limit.: param2 LONG lLowLimit; Lower limit.: </pre> ==Parameters== ;lUpLimit (LONG) - input: Upper limit. ;lLowLimit (LONG) - input: Lower limit. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks== The application sends this message to the component to set or reset...")
- 01:59, 28 April 2025 Martini talk contribs created page LM DELETEALL (Created page with "This message is sent to a list box control to delete all the items in the list box. ==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== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful completion. ::FALSE: Error...")
- 01:58, 28 April 2025 Martini talk contribs created page EM SETREADONLY (Created page with "This message sets the read only state of an entry field control. ==Syntax== <pre> param1 USHORT usReadOnly; Read only state indicator.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;usReadOnly (USHORT) - input: Read only state indicator. ::TRUE: Enable read only state. ::FALSE: Disable read only state. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Previous read only s...")
- 01:57, 28 April 2025 Martini talk contribs created page EM SETINSERTMODE (Created page with "This message sets the insert mode of an entry field. ==Syntax== <pre> param1 USHORT usInsert; Insert mode indicator.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;usInsert (USHORT) - input: Insert mode indicator. ::TRUE: Enable insert mode. ::FALSE: Enable overtype mode. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Previous insert mode indicator. ::TRUE: Insert mod...")
- 01:57, 28 April 2025 Martini talk contribs created page EM SETFIRSTCHAR (Created page with "This message specifies the offset of the character to be displayed in the first position of the entry field control. ==Syntax== <pre> param1 SHORT sOffset; Zero-based offset of the first character to be displayed.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;sOffset (SHORT) - input: Zero-based offset of the first character to be displayed. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;r...")
- 01:56, 28 April 2025 Martini talk contribs created page EM QUERYSEL (Created page with "This message gets the zero-based offsets of the bounds of the text that forms the current selection. ==Syntax== <pre> param1 ULONG ulReserved; Reserved value, should be 0.: param2 ULONG ulReserved; Reserved value, should be 0.: returns SHORT sMinSel; Offset of the first character in the selection.: SHORT sMaxSel; Offset of the first character after the selection.: </pre> ==Parameters== ;ulReserved (ULONG) - input: Reserved value, sho...")
- 01:55, 28 April 2025 Martini talk contribs created page EM QUERYREADONLY (Created page with "This message returns the read only state of an entry field control. ==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== ;rc (BOOL) - return: Read only state indicator. ::TRUE: Read only state is enabled. ::FALSE: Read only...")
- 01:55, 28 April 2025 Martini talk contribs created page EM QUERYFIRSTCHAR (Created page with "This message returns the zero-based offset of the first character visible at the left edge of an entry-field control. ==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== ;sOffset (SHORT) - return: Zero-based offset. ==Rem...")
- 01:54, 28 April 2025 Martini talk contribs created page EM QUERYCHANGED (Created page with "This message enquires if the text of the entry field control has been changed since the last enquiry. ==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== ;rc (BOOL) - return: Changed indicator. ::TRUE: The text in the entr...")
- 01:53, 28 April 2025 Martini talk contribs created page EM CUT (Created page with "This message copies the text that forms the current selection to the clipboard, and then deletes it from the entry field control. ==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== ;rc (BOOL) - return: Success indicator....")
- 01:53, 28 April 2025 Martini talk contribs created page EM COPY (Created page with "This message copies the current selection to the clipboard. ==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== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks== T...")
- 01:51, 28 April 2025 Martini talk contribs created page EM CLEAR (Created page with "This message deletes the text that forms the current selection. ==Syntax== <pre> param1 ULONG ulReserve; Reserved value, should be 0.: param2 ULONG ulReserve; Reserved value, should be 0.: </pre> ==Parameters== ;ulReserve (ULONG) - input: Reserved value, should be 0. ;ulReserve (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks===...")
- 16:17, 27 April 2025 Martini talk contribs deleted page Rexx/TK (Redirect Rexx/Tk)
- 16:16, 27 April 2025 Martini talk contribs deleted page REXX/TK (Redirecto to Rexx/Tk)
- 22:51, 26 April 2025 Martini talk contribs deleted page P0 (Conteined in https://www.edm2.com/index.php/GPIGuide_-_Graphics_Orders)
- 22:51, 26 April 2025 Martini talk contribs deleted page PN (Conteined in https://www.edm2.com/index.php/GPIGuide_-_Graphics_Orders)
- 22:50, 26 April 2025 Martini talk contribs deleted page PN-2 (Conteined in https://www.edm2.com/index.php/GPIGuide_-_Graphics_Orders)
- 22:50, 26 April 2025 Martini talk contribs deleted page PN-1 (Conteined in https://www.edm2.com/index.php/GPIGuide_-_Graphics_Orders)
- 22:50, 26 April 2025 Martini talk contribs deleted page PTHID (Contained in https://www.edm2.com/index.php/GPIGuide_-_Graphics_Orders)
- 18:12, 26 April 2025 Martini talk contribs deleted page Bidi (content was: "Bidirectional; term used to describe support for national languages such as Arabic and Hebrew, which use bidirectional character sets. Category:Glossary", and the only contributor was "Martini" (talk))
- 18:11, 26 April 2025 Martini talk contribs deleted page Arena (content was: "Refers to a contiguous subset of the processor's virtual address space. In OS/2 V2.0, arenas are used to manage regions of the linear address space. Category:Glossary", and the only contributor was "Martini" (talk))
- 18:10, 26 April 2025 Martini talk contribs deleted page Alias (content was: "Term used in the 80386 segmented memory model, to refer to the case where two different addresses reference the same physical memory location; the location is said to be aliased. This technique is used when sharing memory between processes, and when mapping memory references between 16:16 and 0:32 addressing schemes. Category:Glossary", and the only contributor was "Martini" (talk))
- 18:10, 26 April 2025 Martini talk contribs deleted page Address translation (content was: "(1) The process of resolving a 0:32 memory reference into a physical memory address. When using the paged memory option in the 80386 processor, a memory pointer passed by an application consists of Page Directory and Page Table entries, and an offset within a physical page. This is resolved by the processor into a 32-bit physical memory address. The validity and legality of th...", and the only contributor was "Martini" (talk))
- 18:09, 26 April 2025 Martini talk contribs deleted page Address conversion (content was: "The process of converting a 0:32 memory reference to the 16:16 addressing scheme, and vice versa. Category:Glossary", and the only contributor was "Martini" (talk))
- 18:07, 26 April 2025 Martini talk contribs created page Bidi (Created page with "Bidirectional; term used to describe support for national languages such as Arabic and Hebrew, which use bidirectional character sets. Category:Glossary")
- 18:06, 26 April 2025 Martini talk contribs created page Arena (Created page with "Refers to a contiguous subset of the processor's virtual address space. In OS/2 V2.0, arenas are used to manage regions of the linear address space. Category:Glossary")
- 18:04, 26 April 2025 Martini talk contribs created page Address translation (Created page with "(1) The process of resolving a 0:32 memory reference into a physical memory address. When using the paged memory option in the 80386 processor, a memory pointer passed by an application consists of Page Directory and Page Table entries, and an offset within a physical page. This is resolved by the processor into a 32-bit physical memory address. The validity and legality of the memory reference is also checked during the translation process, and a general protection exce...")
- 18:03, 26 April 2025 Martini talk contribs created page Address conversion (Created page with "The process of converting a 0:32 memory reference to the 16:16 addressing scheme, and vice versa. Category:Glossary")
- 18:03, 26 April 2025 Martini talk contribs created page Alias (Created page with "Term used in the 80386 segmented memory model, to refer to the case where two different addresses reference the same physical memory location; the location is said to be aliased. This technique is used when sharing memory between processes, and when mapping memory references between 16:16 and 0:32 addressing schemes. Category:Glossary")
- 17:59, 26 April 2025 Martini talk contribs created page Bidirectional Language (Created page with " * NlsQueryBidiAtt * NlsSetBidiAtt ==Links== * Bidirectional Language Programming Guide")
- 17:53, 26 April 2025 Martini talk contribs created page Category:ECo (Created page with "Category:C Libraries")
- 17:48, 26 April 2025 Martini talk contribs deleted page Barbara Ryan (content before blanking was: "==Publications== * Ralph Ryan; Barbara Ryan: ''LAN Manager: A Programmer’s Guide: Version 2'' - Microsoft Press 1989, ISBN 1-55615-166-7 {{DEFAULTSORT:Ryan, Barbara}} Category:Author")
- 17:46, 26 April 2025 Martini talk contribs deleted page CVK CMD WNPX (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:46, 26 April 2025 Martini talk contribs deleted page CVK CMD RSTEP (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:46, 26 April 2025 Martini talk contribs deleted page CVK CMD RREG (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:46, 26 April 2025 Martini talk contribs deleted page CVK CMD RNPX (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:45, 26 April 2025 Martini talk contribs deleted page CVK CMD RMEM (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:45, 26 April 2025 Martini talk contribs deleted page CVK CMD RAW (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:45, 26 April 2025 Martini talk contribs deleted page CVK CMD PIREG (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:45, 26 April 2025 Martini talk contribs deleted page CVK CMD PIDRG (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:44, 26 April 2025 Martini talk contribs deleted page CVK CMD OBJCOUNT (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:44, 26 April 2025 Martini talk contribs deleted page CVK CMD NUMTOBASE (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:44, 26 April 2025 Martini talk contribs deleted page CVK CMD LIN2SEL (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:44, 26 April 2025 Martini talk contribs deleted page CVK CMD LIBNAME (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:44, 26 April 2025 Martini talk contribs deleted page CVK CMD ENA (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:43, 26 April 2025 Martini talk contribs deleted page CVK CMD DIS (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:43, 26 April 2025 Martini talk contribs deleted page CVK CMD DBIT (Consolidated to CPGuide - Kernel Debugger Communications Protocol)
- 17:43, 26 April 2025 Martini talk contribs deleted page CVK CMD RUN (Consolidated to CPGuide - Kernel Debugger Communications Protocol)