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)
  • 03:11, 28 April 2025 Martini talk contribs created page MLM QUERYUNDO (Created page with "{{DISPLAYTITLE:MLM_QUERYUNDO}} This message queries the undo or redo operations that are possible. ==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== ;usOperation (USHORT) - return: Operation that can be undone or redone. :...")
  • 03:10, 28 April 2025 Martini talk contribs created page MLM SETTEXTLIMIT (Created page with "{{DISPLAYTITLE:MLM_SETTEXTLIMIT}} This message sets the maximum number of bytes that a multi-line entry field control can contain. ==Syntax== <pre> param1 LONG lSize; Maximum number of characters in MLFIE_NOTRANS format.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;lSize (LONG) - input: Maximum number of characters in MLFIE_NOTRANS format. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;u...")
  • 03:09, 28 April 2025 Martini talk contribs created page MLM QUERYTEXTLIMIT (Created page with "{{DISPLAYTITLE:MLM_QUERYTEXTLIMIT}} This message queries the maximum number of bytes that a multi-line entry field control can contain. ==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== ;lSize (LONG) - return: Maximum numb...")
  • 02:45, 28 April 2025 Martini talk contribs created page MLM QUERYTEXTLENGTH (Created page with "{{DISPLAYTITLE:MLM_QUERYTEXTLENGTH}} This message returns the number of characters in the text. ==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== ;iptText (IPT) - return: Count of text in bytes. ==Remarks== This message r...")
  • 02:45, 28 April 2025 Martini talk contribs created page MLM QUERYTEXTCOLOR (Created page with "{{DISPLAYTITLE:MLM_QUERYTEXTCOLOR}} This message queries the text color. ==Syntax== <pre> param1 LONG lTextColor; Text color flag.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;lTextColor (LONG) - input: Text color flag. ::This flag can be one of the following: :::MLE_INDEX: Indexed (solid) colors. ::::For version 3, or lower, of the OS/2 operating system the default is MLE_ ::::INDEX=0; MLE does not support dithered colo...")
  • 02:44, 28 April 2025 Martini talk contribs created page MLM QUERYTABSTOP (Created page with "{{DISPLAYTITLE:MLM_QUERYTABSTOP}} This message queries the pel interval at which tab stops are placed. ==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== ;pixTabset (PIX) - return: Tab width in pels. ::< 0: An error occurre...")
  • 02:44, 28 April 2025 Martini talk contribs created page MLM QUERYSELTEXT (Created page with "{{DISPLAYTITLE:MLM_QUERYSELTEXT}} This message copies the currently selected text into a buffer. ==Syntax== <pre> param1 PCHAR pchBuff; Character buffer for text string.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;pchBuff (PCHAR) - input: Character buffer for text string. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;ulCount (ULONG) - return: Number of bytes to put into text string....")
  • 02:42, 28 April 2025 Martini talk contribs created page MLM QUERYSEL (Created page with "{{DISPLAYTITLE:MLM_QUERYSEL}} This message returns the location of the selection. ==Syntax== <pre> param1 USHORT usQueryMode; Query Mode.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;usQueryMode (USHORT) - input: Query Mode. ::MLFQS_MINMAXSEL: Return both minimum and maximum points of selection in a :::format compatible with the EM_QUERYSEL message. ::MLFQS_MINSEL: Return minimum insertion point of selection. ::MLFQ...")
  • 02:41, 28 April 2025 Martini talk contribs created page MLM QUERYREADONLY (Created page with "{{DISPLAYTITLE:MLM_QUERYREADONLY}} This message queries the read-only mode. ==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: Current read-only status. ::TRUE: Read-only mode is set. ::FALSE: Read-only...")
  • 02:40, 28 April 2025 Martini talk contribs created page MLM QUERYLINELENGTH (Created page with "{{DISPLAYTITLE:MLM_QUERYLINELENGTH}} This message returns the number of bytes between a given insertion point and the end of line. ==Syntax== <pre> param1 IPT iptStart; Insertion point to count from.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;iptStart (IPT) - input: Insertion point to count from. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;iptLine (IPT) - return: Count of bytes to...")
  • 02:40, 28 April 2025 Martini talk contribs created page MLM QUERYLINECOUNT (Created page with "{{DISPLAYTITLE:MLM_QUERYLINECOUNT}} This message queries the number of lines of text. ==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== ;ulLines (ULONG) - return: The number of lines of text. ==Remarks== The term line mea...")
  • 02:39, 28 April 2025 Martini talk contribs created page MLM QUERYIMPORTEXPORT (Created page with "{{DISPLAYTITLE:MLM_QUERYIMPORTEXPORT}} This message queries the current transfer buffer. ==Syntax== <pre> param1 PVOID *Buff; Transfer buffer.: param2 PULONG pulLength; Size of transfer buffer in bytes.: </pre> ==Parameters== ;Buff (PPVOID\*) - input: Transfer buffer. ;pulLength (PULONG) - input: Size of transfer buffer in bytes. ==Returns== ;rc (ULONG) - return: Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==R...")
  • 02:39, 28 April 2025 Martini talk contribs created page MLM QUERYFORMATTEXTLENGTH (Created page with "{{DISPLAYTITLE:MLM_QUERYFORMATTEXTLENGTH}} This message returns the length of a specified range of characters after the current formatting has been applied. ==Syntax== <pre> param1 IPT iptStart; Insertion point to start from.: param2 ULONG ulScan; Number of characters to convert to bytes.: </pre> ==Parameters== ;iptStart (IPT) - input: Insertion point to start from. ;ulScan (ULONG) - input: Number of characters to convert to bytes. ::0xFFFFFFFF: Con...")
  • 02:38, 28 April 2025 Martini talk contribs created page MLM QUERYFORMATRECT (Created page with "{{DISPLAYTITLE:MLM_QUERYFORMATRECT}} This message queries the format dimensions and mode. ==Syntax== <pre> param1 PPOINTL pFormatRect; Format dimensions.: param2 ULONG flFlags; Flags governing interpretation of dimensions.: </pre> ==Parameters== ;pFormatRect (PPOINTL) - input: Format dimensions. ::The size of the current limiting dimensions. ;flFlags (ULONG) - input: Flags governing interpretation of dimensions. ::An array of MLFFMTRECT_* flags...")
  • 02:38, 28 April 2025 Martini talk contribs created page MLM QUERYFORMATLINELENGTH (Created page with "{{DISPLAYTITLE:MLM_QUERYFORMATLINELENGTH}} This message returns the number of bytes to end of line after formatting has been applied. ==Syntax== <pre> param1 IPT iptStart; Insertion point to count from.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;iptStart (IPT) - input: Insertion point to count from. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;iptLine (IPT) - return: Count of bytes...")
  • 02:37, 28 April 2025 Martini talk contribs created page MLM QUERYFONT (Created page with "{{DISPLAYTITLE:MLM_QUERYFONT}} This message queries which font is in use. ==Syntax== <pre> param1 PFATTRS pFattrs; Font attribute structure.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;pFattrs (PFATTRS) - input: Font attribute structure. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: System font indicator. ::TRUE: The system font is in use. ::FALSE: The system font i...")
  • 02:36, 28 April 2025 Martini talk contribs created page MLM QUERYFIRSTCHAR (Created page with "{{DISPLAYTITLE:MLM_QUERYFIRSTCHAR}} This message queries the first visible character. ==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== ;iptFVC (IPT) - return: First visible character. ==Remarks== Returns the insertion po...")
  • 02:36, 28 April 2025 Martini talk contribs created page MLM QUERYCHANGED (Created page with "{{DISPLAYTITLE:MLM_QUERYCHANGED}} This message queries the changed flag. ==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: Current changed status. ::TRUE: Text has changed since the last time that the...")
  • 02:34, 28 April 2025 Martini talk contribs created page MM STARTMENUMODE (Created page with "{{DISPLAYTITLE:MM_STARTMENUMODE}} This message is used to begin menu selection. ==Syntax== <pre> param1 USHORT usshowsubmenu; Show submenu flag.: USHORT usresumemenu; Resume menu mode flag.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;usshowsubmenu (USHORT) - input: Show submenu flag. ::TRUE: Show the submenu (pull-down menu) of the selected action bar item when :::the menu enters selection mode. If the action ba...")
  • 02:34, 28 April 2025 Martini talk contribs created page MM SETITEMHANDLE (Created page with "{{DISPLAYTITLE:MM_SETITEMHANDLE}} This message sets the handle of a menu item. ==Syntax== <pre> param1 USHORT usitem; Item ID.: param2 ULONG ulitemhandle; Item handle.: </pre> ==Parameters== ;usitem (USHORT) - input: Item ID. ;ulitemhandle (ULONG) - input: Item handle. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks== The menu control window procedure responds to this m...")
  • 02:33, 28 April 2025 Martini talk contribs created page MM SETITEM (Created page with "{{DISPLAYTITLE:MM_SETITEM}} This message sets the definition of a menu item. ==Syntax== <pre> param1 USHORT usReserve; Reserved value, should be 0.: USHORT usincludesubmenus; Include submenus indicator.: param2 PMENUITEM pmenuitem; Menu-item data structure.: </pre> ==Parameters== ;usReserve (USHORT) - input: Reserved value, should be 0. ;usincludesubmenus (USHORT) - input: Include submenus indicator. ::TRUE: If the menu does not have...")
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)