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).
- 03:59, 28 April 2025 Martini talk contribs created page HM HELPSUBITEM NOT FOUND (Created page with "{{DISPLAYTITLE:HM_HELPSUBITEM_NOT_FOUND}} The Help Manager sends this message to the application when the user requests help on a field and it cannot find a related entry in the help subtable. ==Syntax== <pre> param1 USHORT usContext; Type of window on which help was requested.: param2 SHORT sTopic; Topic identifier.: SHORT sSubTopic; Subtopic identifier.: </pre> ==Parameters== ;usContext (USHORT) - input: Type of window on which help was request...")
- 03:59, 28 April 2025 Martini talk contribs created page HM HELP INDEX (Created page with "{{DISPLAYTITLE:HM_HELP_INDEX}} When the Help Manager receives this message, it displays the help index 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== ;rc (ULONG) - return: Return code. ::0: The help index window...")
- 03:58, 28 April 2025 Martini talk contribs created page HM HELP CONTENTS (Created page with "{{DISPLAYTITLE:HM_HELP_CONTENTS}} When the Help Manager receives this message, it displays the help contents 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== ;rc (ULONG) - return: Return code. ::0: The help conten...")
- 03:57, 28 April 2025 Martini talk contribs created page HM GENERAL HELP UNDEFINED (Created page with "{{DISPLAYTITLE:HM_GENERAL_HELP_UNDEFINED}} This message is sent to the application by the Help Manager to notify it that a general help window has not been defined. ==Syntax== <pre> param1 ULONG ulReserved; Reserved value, should be 0.: param2 ULONG ulReserved; Reserved.: </pre> ==Parameters== ;ulReserved (ULONG) - input: Reserved value, should be 0. ;ulReserved (ULONG) - input: Reserved. ::0: Reserved value, 0. ==Returns== ;ulReserved (ULONG) -...")
- 03:56, 28 April 2025 Martini talk contribs created page HM GENERAL HELP (Created page with "{{DISPLAYTITLE:HM_GENERAL_HELP}} When the Help Manager receives this message, it displays the general help window for the active application 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== ;rc (ULONG) - return: R...")
- 03:56, 28 April 2025 Martini talk contribs created page HM EXT HELP UNDEFINED (Created page with "{{DISPLAYTITLE:HM_EXT_HELP_UNDEFINED}} This message is sent to the application by the Help Manager to notify it that an extended help window has not been defined. ==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 (...")
- 03:55, 28 April 2025 Martini talk contribs created page HM EXT HELP (Created page with "{{DISPLAYTITLE:HM_EXT_HELP}} When the Help Manager receives this message, it displays the extended help window for the active application panel. ==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 (ULONG) - return: Retur...")
- 03:55, 28 April 2025 Martini talk contribs created page HM ERROR (Created page with "{{DISPLAYTITLE:HM_ERROR}} This message notifies the application of an error caused by a user interaction. ==Syntax== <pre> param1 ULONG ulErrorCode; Error code.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;ulErrorCode (ULONG) - input: Error code. ::A constant describing the type of error that occurred. The application ::can also receive some of these error constants in the '''ulReserved''' parameter of ::messages it has...")
- 03:54, 28 April 2025 Martini talk contribs created page HM DISPLAY HELP (Created page with "{{DISPLAYTITLE:HM_DISPLAY_HELP}} This message tells the Help Manager to display a specific help window. ==Syntax== <pre> param1 USHORT idHelpPanelId; Identity of the help window.: PSZ pszHelpPanelName; Name of the help window.: param2 USHORT usTypeFlag; Flag indicating how to interpret the first parameter.: </pre> ==Parameters== ;idHelpPanelId (USHORT) - input: Identity of the help window. ::For a value of the '''usTypeFlag''' parameter of HM...")
- 03:53, 28 April 2025 Martini talk contribs created page HM DISMISS WINDOW (Created page with "{{DISPLAYTITLE:HM_DISMISS_WINDOW}} This message tells the Help Manager to remove the active help 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== ;rc (ULONG) - return: Return code. ::0: The help window was success...")
- 03:53, 28 April 2025 Martini talk contribs created page HM CREATE HELP TABLE (Created page with "{{DISPLAYTITLE:HM_CREATE_HELP_TABLE}} This message is sent by the application to give the Help Manager a new help table. ==Syntax== <pre> param1 PHELPTABLE pHELPTABLE; Help table.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;pHELPTABLE (PHELPTABLE) - input: Help table. ::This points to a help table structure; see HELPTABLE. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (ULONG)...")
- 03:52, 28 April 2025 Martini talk contribs created page HM CONTROL (Created page with "{{DISPLAYTITLE:HM_CONTROL}} This message is sent by the Help Manager to the child of the coverpage window to add a control in the control area of a window. ==Syntax== <pre> param1 USHORT usReserve; Reserved value.: USHORT controlres; Res number of the control that was selected.: param2 ULONG ulReserved; Reserved value.: </pre> ==Parameters== ;usReserve (USHORT) - input: Reserved value. ;controlres (USHORT) - input: Res number of the contro...")
- 03:45, 28 April 2025 Martini talk contribs created page HM ACTIONBAR COMMAND (Created page with "{{DISPLAYTITLE:HM_ACTIONBAR_COMMAND}} The HM_ACTIONBAR_COMMAND message is sent when the user chooses a command from an application-supplied menu in the help window. The application should carry out the command identified by the usCmd parameter. ==Parameters== ;usCmd : Low word of mp1. Specifies the command value. ==Returns== An application should return zero if it processes this message. ==Remarks== Applications can replace the menu in a help window by specifying...")
- 03:42, 28 April 2025 Martini talk contribs created page MLN SEARCHPAUSE (Created page with "{{DISPLAYTITLE:MLN_SEARCHPAUSE}} The MLN_SEARCHPAUSE notification message is sent periodically while a multiple-line entry field (MLE) searches as a result of an ML~SEARCH message. An application can use this message to terminate the search. ==Parameters== ;id: Low word of mpl. Identifies the MLE window. ;usNotifyCode : High word of mp1. Set to MLN_SEARCHPAUSE. ;ICurOffset : Low and high word of mp2. Specifies the offset (number of characters from the beginning of the t...")
- 03:39, 28 April 2025 Martini talk contribs created page MLN PIXHORZOVERFLOW (Created page with "{{DISPLAYTITLE:MLN_PIXHORZOVERFLOW}} The MLN_PIXHORZOVERFLOW notification message is sent whenever user uses the keyboard to insert more text than can fit in the current format rectangle or the text limit of a multiple-line entry field (MLE). ==Parameters== ;id - input :Low word of mp1. Identifies the MLE window. ;usNotifyCode - input :High word of mp1. Set to MLN_PIXHORZOVERFLOW. ;IOverFlow :Low and high word of mp2. The number of pels by which the operation overflow...")
- 03:29, 28 April 2025 Martini talk contribs created page MLN PIXVERTOVERFLOW (Created page with "The MLNYIXVERTOVERFLOW notification message is sent whenever a user uses the keyboard to insert more text than can fit in the current format rectangle or text limit of a multiple-line entry field (MLE). ==Parameters== ;id :Low word of mpl. Identifies the MLE window. ;usNotifyCode : High word of mpl. Set to MLN_PIXVERTOVERFLOW. ;lOverFlow :Low and high word of mp2. The number of pels by which the operation overflowed the current format rectangle. ==Returns== An appl...")
- 03:23, 28 April 2025 Martini talk contribs created page MLM UNDO (Created page with "{{DISPLAYTITLE:MLM_UNDO}} This message performs any available undo operation. ==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 (USHORT) - return: Success indicator. ::TRUE: An undo operation was performed. ::FALSE: No...")
- 03:22, 28 April 2025 Martini talk contribs created page MLM SETWRAP (Created page with "{{DISPLAYTITLE:MLM_SETWRAP}} This message sets the wrap flag. ==Syntax== <pre> param1 USHORT usWrap; New value for wrap flag.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;usWrap (USHORT) - input: New value for wrap flag. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful completion. ::FALSE: An error occurred. ==Remarks== The multi...")
- 03:21, 28 April 2025 Martini talk contribs created page MLM SETREADONLY (Created page with "{{DISPLAYTITLE:MLM_SETREADONLY}} This message sets or clears read-only mode. ==Syntax== <pre> param1 USHORT usReadOnly; New read-only value.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;usReadOnly (USHORT) - input: New read-only value. ::TRUE: Read-only mode set. ::FALSE: Read-only mode cleared. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Previous read-only value....")
- 03:21, 28 April 2025 Martini talk contribs created page MLM SETFORMATRECT (Created page with "{{DISPLAYTITLE:MLM_SETFORMATRECT}} This message sets the format dimensions and mode. ==Syntax== <pre> param1 PPOINTL pFormatRect; New format dimensions.: param2 ULONG flFlags; Flags governing interpretation of dimensions.: </pre> ==Parameters== ;pFormatRect (PPOINTL) - input: New format dimensions. ::NULL: A null value sets both dimensions to the current window size. ::Other: The structure is a pair of LONGs designating the diagonally-opposite ::...")
- 03:20, 28 April 2025 Martini talk contribs created page MLM SETFIRSTCHAR (Created page with "{{DISPLAYTITLE:MLM_SETFIRSTCHAR}} This message sets the first visible character. ==Syntax== <pre> param1 IPT iptFVC; Insertion point to place in top left-hand corner.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;iptFVC (IPT) - input: Insertion point to place in top left-hand corner. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful...")
- 03:18, 28 April 2025 Martini talk contribs created page MLM SETCHANGED (Created page with "{{DISPLAYTITLE:MLM_SETCHANGED}} This message sets or clears the changed flag. ==Syntax== <pre> param1 USHORT usChangedNew; Value to set changed flag to.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;usChangedNew (USHORT) - input: Value to set changed flag to. ::TRUE: Changed flag set. ::FALSE: Changed flag cleared. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Chang...")
- 03:17, 28 April 2025 Martini talk contribs created page MLM SETBACKCOLOR (Created page with "{{DISPLAYTITLE:MLM_SETBACKCOLOR}} This message sets the background color. ==Syntax== <pre> param1 LONG lColor; Color.: param2 LONG lBgrndColor; Background color flag.: </pre> ==Parameters== ;lColor (LONG) - input: Color. ;lBgrndColor (LONG) - input: Background color flag. ::This flag can be set to 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;...")
- 03:17, 28 April 2025 Martini talk contribs created page MLM SETSEL (Created page with "{{DISPLAYTITLE:MLM_SETSEL}} This message sets a selection. ==Syntax== <pre> param1 IPT iptAnchor; Insertion point for new anchor point.: param2 IPT iptCursor; Insertion point for new cursor point.: </pre> ==Parameters== ;iptAnchor (IPT) - input: Insertion point for new anchor point. ;iptCursor (IPT) - input: Insertion point for new cursor point. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Selection successfully set. ::FALSE: An e...")
- 03:15, 28 April 2025 Martini talk contribs created page MLM SEARCH (Created page with "{{DISPLAYTITLE:MLM_SEARCH}} This message searches for a specified text string. ==Syntax== <pre> param1 ULONG ulStyle; Style flags.: param2 PMLE_SEARCHDATA pse; Search specification structure.: </pre> ==Parameters== ;ulStyle (ULONG) - input: Style flags. ::MLFSEARCH_CASESENSITIVE: If set, only exact matches are considered a :::successful match. If not set, any case-combination of the correct characters in the :::correct sequence is considered a successful...")
- 03:14, 28 April 2025 Martini talk contribs created page MLM RESETUNDO (Created page with "{{DISPLAYTITLE:MLM_RESETUNDO}} This message resets the undo state to indicate that no undo operations 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 un...")
- 03:13, 28 April 2025 Martini talk contribs created page MLM QUERYWRAP (Created page with "{{DISPLAYTITLE:MLM_QUERYWRAP}} This message queries the wrap 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: Wrap flag. ::TRUE: Word-wrap enabled. ::FALSE: Word-wrap disabled. ==Default Proces...")
- 03:12, 28 April 2025 Martini talk contribs created page MLM SETTEXTCOLOR (Created page with "{{DISPLAYTITLE:MLM_SETTEXTCOLOR}} This message sets the text color. ==Syntax== <pre> param1 LONG lColor; Color.: param2 LONG lTextColor; Text color flag.: </pre> ==Parameters== ;lColor (LONG) - input: Color. ;lTextColor (LONG) - input: Text color flag. ::This flag can be set to 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...")
- 03:12, 28 April 2025 Martini talk contribs created page MLM SETFONT (Created page with "{{DISPLAYTITLE:MLM_SETFONT}} This message sets a font. ==Syntax== <pre> param1 PFATTRS pFattrs; Font attribute structure.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;pFattrs (PFATTRS) - input: Font attribute structure. ::NULL: The system font is set. ::Other: The specified font is set. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: The font...")
- 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...")