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)
  • 02:32, 28 April 2025 Martini talk contribs created page MM SETDEFAULTITEMID (Created page with "{{DISPLAYTITLE:MM_SETDEFAULTITEMID}} This message is used to set the default item in a conditional cascade menu. ==Syntax== <pre> param1 ULONG ulDefItemID; The menu id of the item to become the new default.: param2 ULONG ulReserved; Reserved value, must be 0.: </pre> ==Parameters== ;ulDefItemID (ULONG) - input: The menu id of the item to become the new default. ;ulReserved (ULONG) - input: Reserved value, must be 0. ==Returns== ;rc (BOOL) - ret...")
  • 02:30, 28 April 2025 Martini talk contribs created page MM SELECTITEM (Created page with "{{DISPLAYTITLE:MM_SELECTITEM}} This message selects or deselects a menu item. ==Syntax== <pre> param1 SHORT sitem; Item identifier.: USHORT usincludesubmenus; Include submenus indicator.: param2 USHORT usReserve; Reserved value, should be 0.: USHORT usdismissed; Dismissed flag.: </pre> ==Parameters== ;sitem (SHORT) - input: Item identifier. ::MIT_NONE: Deselect all the items in the menu. ::Other: Item identifier. ;usincl...")
  • 02:29, 28 April 2025 Martini talk contribs created page MM REMOVEITEM (Created page with "{{DISPLAYTITLE:MM_REMOVEITEM}} This message removes a menu item. ==Syntax== <pre> param1 USHORT usitem; Item identifier.: USHORT usincludesubmenus; Include submenus indicator.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;usitem (USHORT) - input: Item identifier. ;usincludesubmenus (USHORT) - input: Include submenus indicator. ::TRUE: If the menu does not have an item with the specified identifi...")
  • 02:29, 28 April 2025 Martini talk contribs created page MM QUERYSELITEMID (Created page with "{{DISPLAYTITLE:MM_QUERYSELITEMID}} This message returns the identity of the selected menu item. ==Syntax== <pre> param1 USHORT usReserve; Reserved value, should be 0.: USHORT usincludesubmenus; Include submenus indicator.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;usReserve (USHORT) - input: Reserved value, should be 0. ;usincludesubmenus (USHORT) - input: Include submenus indicator. ::TRUE: If...")
  • 02:28, 28 April 2025 Martini talk contribs created page MM QUERYITEMTEXTLENGTH (Created page with "{{DISPLAYTITLE:MM_QUERYITEMTEXTLENGTH}} This message returns the text length of the specified menu item. ==Syntax== <pre> param1 USHORT usitem; Item identifier.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;usitem (USHORT) - input: Item identifier. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;sLength (SHORT) - return: Length of item text. ::The length of the text string, excluding t...")
  • 02:27, 28 April 2025 Martini talk contribs created page MM QUERYITEMTEXT (Created page with "{{DISPLAYTITLE:MM_QUERYITEMTEXT}} This message returns the text of the specified menu item. ==Syntax== <pre> param1 USHORT usitem; Item identifier.: SHORT smaxcount; Maximum count.: param2 PSZ pszItemText; Buffer into which the item text is to be copied.: </pre> ==Parameters== ;usitem (USHORT) - input: Item identifier. ;smaxcount (SHORT) - input: Maximum count. ::Copy the item text as a null-terminated string, but limit the number of ::...")
  • 02:27, 28 April 2025 Martini talk contribs created page MM QUERYITEMRECT (Created page with "{{DISPLAYTITLE:MM_QUERYITEMRECT}} This message returns the bounding rectangle of a menu item. ==Syntax== <pre> param1 USHORT usitem; Item identity.: BOOL fIncludeSubmenus; Include submenus indicator.: param2 PRECTL prect; Bounding rectangle of the menu item in device coordinates relative to the menu window.: </pre> ==Parameters== ;usitem (USHORT) - input: Item identity. ;fIncludeSubmenus (BOOL) -...")
  • 02:25, 28 April 2025 Martini talk contribs created page MM QUERYITEMCOUNT (Created page with "{{DISPLAYTITLE:MM_QUERYITEMCOUNT}} This message returns the number of items in the menu. ==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== ;sresult (SHORT) - return: Item count. ==Remarks== The menu control window procedu...")
  • 02:25, 28 April 2025 Martini talk contribs created page MM QUERYITEM (Created page with "{{DISPLAYTITLE:MM_QUERYITEM}} This message returns the definition of the specified menu item. ==Syntax== <pre> param1 USHORT usitem; Item identifier.: USHORT usincludesubmenus; Include submenus flag.: param2 PMENUITEM pmenuitem; Menu-item data structure.: </pre> ==Parameters== ;usitem (USHORT) - input: Item identifier. ;usincludesubmenus (USHORT) - input: Include submenus flag. ::TRUE: If the menu does not have an item with the spe...")
  • 02:23, 28 April 2025 Martini talk contribs created page LM SETTOPINDEX (Created page with "{{DISPLAYTITLE:LM_SETTOPINDEX}} This message is used to scroll a particular item to the top of the list box. ==Syntax== <pre> param1 SHORT sItemIndex; Index of the item to be made top.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;sItemIndex (SHORT) - input: Index of the item to be made top. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Succ...")
  • 02:22, 28 April 2025 Martini talk contribs created page LM SETITEMWIDTH (Created page with "{{DISPLAYTITLE:LM_SETITEMWIDTH}} This message sets the width of the items in a list box. ==Syntax== <pre> param1 ULONG lNewWidth; Width of items in list box.: param2 ULONG reserved; Reserved value, should be 0.: </pre> ==Parameters== ;lNewWidth (ULONG) - input: Width of items in list box. ;reserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful completion. ::FALSE: Error occu...")
  • 02:22, 28 April 2025 Martini talk contribs created page LM SETITEMTEXT (Created page with "{{DISPLAYTITLE:LM_SETITEMTEXT}} This message sets the text into the specified list box item. ==Syntax== <pre> param1 SHORT sItemIndex; Item index.: param2 PSZ pszItemText; Item text.: </pre> ==Parameters== ;sItemIndex (SHORT) - input: Item index. ;pszItemText (PSZ) - input: Item text. ::This points to a string containing the text to set the list-box item to. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful completion. ::FALSE:...")
  • 02:21, 28 April 2025 Martini talk contribs created page LM SETITEMHEIGHT (Created page with "{{DISPLAYTITLE:LM_SETITEMHEIGHT}} This message sets the height of the items in a list box. ==Syntax== <pre> param1 ULONG flNewHeight; Height of items in list box.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;flNewHeight (ULONG) - input: Height of items in list box. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful operation. ::FALSE:...")
  • 02:20, 28 April 2025 Martini talk contribs created page LM SETITEMHANDLE (Created page with "{{DISPLAYTITLE:LM_SETITEMHANDLE}} This message sets the handle of the specified list box item. ==Syntax== <pre> param1 SHORT sItemIndex; Item index.: param2 ULONG ulItemHandle; Item handle.: </pre> ==Parameters== ;sItemIndex (SHORT) - input: Item index. ;ulItemHandle (ULONG) - input: Item handle. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks== The meaning of the item hand...")
  • 02:20, 28 April 2025 Martini talk contribs created page LM SEARCHSTRING (Created page with "{{DISPLAYTITLE:LM_SEARCHSTRING}} This message returns the index of the list box item whose text matches the string. ==Syntax== <pre> param1 USHORT uscmd; Command.: SHORT sItemStart; Index of the start item.: param2 PSZ pszSearchString; Search string.: </pre> ==Parameters== ;uscmd (USHORT) - input: Command. ::Defines the criteria by which the string specified by the '''pszSearchString''' ::parameter is to be compared with the text of the it...")
  • 02:19, 28 April 2025 Martini talk contribs created page LM QUERYTOPINDEX (Created page with "{{DISPLAYTITLE:LM_QUERYTOPINDEX}} This message obtains the index of the item currently at the top of 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== ;sItemTop (SHORT) - return: Index of the item currently a...")
  • 02:18, 28 April 2025 Martini talk contribs created page LM QUERYITEMTEXT (Created page with "{{DISPLAYTITLE:LM_QUERYITEMTEXT}} This message returns the text of the specified list box item. ==Syntax== <pre> param1 SHORT sItemIndex; Item index.: SHORT smaxcount; Maximum count.: param2 PSZ pszItemText; Buffer into which the item text is to be copied.: </pre> ==Parameters== ;sItemIndex (SHORT) - input: Item index. ;smaxcount (SHORT) - input: Maximum count. ::0: No text is copied. ::Other: Copy the item text as a null-terminated string, bu...")
  • 02:17, 28 April 2025 Martini talk contribs created page LM QUERYITEMHANDLE (Created page with "{{DISPLAYTITLE:LM_QUERYITEMHANDLE}} This message returns the handle of the indexed item of the list box control. ==Syntax== <pre> param1 SHORT sItemIndex; Item index.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;sItemIndex (SHORT) - input: Item index. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;ulItem (ULONG) - return: Item handle. ::0: The indexed item does not exist. ::Other: Item ha...")
  • 02:16, 28 April 2025 Martini talk contribs created page LM INSERTMULTITEMS (Created page with "{{DISPLAYTITLE:LM_INSERTMULTITEMS}} This message inserts one or more items into a list box. ==Syntax== <pre> param1 PLBOXINFO pListboxInfo; Pointer to a structure containing list box information.: param2 PSZ *papszText; Pointer to an array of pointers to text strings.: </pre> ==Parameters== ;pListboxInfo (PLBOXINFO) - input: Pointer to a structure containing list box ::information. ;papszText (PSZ *) - input: Pointer to an array of pointers to text...")
  • 02:16, 28 April 2025 Martini talk contribs created page LM DELETEITEM (Created page with "{{DISPLAYTITLE:LM_DELETEITEM}} This message deletes an item from the list box control. ==Syntax== <pre> param1 SHORT sItemIndex; Item index.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;sItemIndex (SHORT) - input: Item index. ::The zero-based index of the item to be deleted. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;sItemsLeft (SHORT) - return: Number remaining. ::The number of items...")
  • 02:11, 28 April 2025 Martini talk contribs created page WM DDE TERMINATE (Created page with "{{DISPLAYTITLE:WM_DDE_TERMINATE}} This message is posted by either application participating in a DDE conversation, to terminate that conversation. This message is always posted. ==Syntax== <pre> param1 HWND hwnd; Window handle of the sender.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;hwnd (HWND) - input: Window handle of the sender. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;ulRes...")
  • 02:10, 28 April 2025 Martini talk contribs created page WM DDE INITIATEACK (Created page with "{{DISPLAYTITLE:WM_DDE_INITIATEACK}} This message is sent by a server application in response to a WM_DDE_INITIATE message, for each topic that the server application wishes to support. ==Syntax== <pre> param1 HWND hwnd; Window handle of the sender.: param2 PDDEINIT pData; Pointer to initiation data.: </pre> ==Parameters== ;hwnd (HWND) - input: Window handle of the sender. ;pData (PDDEINIT) - input: Pointer to initiation data. ::This points t...")
  • 02:10, 28 April 2025 Martini talk contribs created page WM DDE INITIATE (Created page with "{{DISPLAYTITLE:WM_DDE_INITIATE}} This message is sent by an application to one or more other applications, to request initiation of a conversation. This message is always sent. ==Syntax== <pre> param1 HWND hwnd; Window handle of the sender.: param2 PDDEINIT pData; Pointer to initiation data.: </pre> ==Parameters== ;hwnd (HWND) - input: Window handle of the sender. ;pData (PDDEINIT) - input: Pointer to initiation data. ::This points to a DDEINI...")
  • 02:09, 28 April 2025 Martini talk contribs created page WM DDE UNADVISE (Created page with "{{DISPLAYTITLE:WM_DDE_UNADVISE}} This message is posted by a client application to a server application to indicate that the specified item should no longer be updated. This message is always posted. ==Syntax== <pre> param1 HWND hwnd; Window handle of a sender.: param2 PDDESTRUCT DdeStruct; DDE structure.: </pre> ==Parameters== ;hwnd (HWND) - input: Window handle of a sender. ;DdeStruct (PDDESTRUCT) - input: DDE structure. ::This points to a...")
  • 02:09, 28 April 2025 Martini talk contribs created page WM DDE POKE (Created page with "{{DISPLAYTITLE:WM_DDE_POKE}} This message requests an application to accept an unsolicited data item. It 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. ;pDdeStruct (PDDESTRUCT) - input: DDE structure. ::This points to a dynamic data exchange structure. See DDESTRUCT. ::'''offszItemName...")
  • 02:08, 28 April 2025 Martini talk contribs created page WM DDE EXECUTE (Created page with "{{DISPLAYTITLE:WM_DDE_EXECUTE}} This message posts a string to a server application to be processed as a series of commands. The server application is expected to post a WM_DDE_ACK message in response. This message is always posted. ==Syntax== <pre> param1 HWND hwnd; Window handle of the server.: param2 PDDESTRUCT pDdeStruct; DDE structure.: </pre> ==Parameters== ;hwnd (HWND) - input: Window handle of the server. ;pDdeStruct (PDDESTRUCT)...")
  • 02:07, 28 April 2025 Martini talk contribs created page WM DDE REQUEST (Created page with "{{DISPLAYTITLE:WM_DDE_REQUEST}} This message is posted from client to server, to request that the server provide a data item to the client. This message is always posted. ==Syntax== <pre> param1 HWND hwnd; Window handle of the server.: param2 PDDESTRUCT DdeStruct; DDE structure.: </pre> ==Parameters== ;hwnd (HWND) - input: Window handle of the server. ;DdeStruct (PDDESTRUCT) - input: DDE structure. ::This points to a dynamic data exchange st...")
  • 02:03, 28 April 2025 Martini talk contribs created page WM DDE DATA (Created page with "This message notifies a client application of the availability of data. It 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. ;pDdeStruct (PDDESTRUCT) - input: DDE structure. ::This points to a dynamic data exchange structure. See DDESTRUCT. ::Flags in the '''fsStatus''' field are set as f...")
  • 02:02, 28 April 2025 Martini talk contribs created page WM DDE ADVISE (Created page with "This message (posted by a client application) requests the receiving application to supply an update for a data item whenever it changes. 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. ;pDdeStruct (PDDESTRUCT) - input: DDE structure. ::This points to a dynamic data exchange st...")
  • 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)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)