Jump to content

Main public logs

Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 04:24, 28 April 2025 Martini talk contribs created page SPBM QUERYLIMITS (Created page with "{{DISPLAYTITLE:SPBM_QUERYLIMITS}} This message enables an application to query the limits of a numeric spin field. ==Syntax== <pre> param1 PLONG plUpLimit; Pointer to a LONG that will receive the returned upper limit.: param2 PLONG plLowLimit; Pointer to a LONG that will receive the returned lower limit.: </pre> ==Parameters== ;plUpLimit (PLONG) - input: Pointer to a LONG that will receive the returned upper...")
  • 04:22, 28 April 2025 Martini talk contribs created page MLN OVERFLOW (Created page with "The MLN_OVERFLOW notification message is sent when an operation in a multiple-line entry field (MLE) would overflow a text limit or a format rectangle. ==Parameters== ;id - input:Low word of mp1. Identifies the MLE window. ;usNotifyCode - input: High word of mp1. Set to MLN_OVERFLOW. ;pmleover - input: Low and high word of mp2. Points to an MLEOVERFLOW struc ture. The MLEOVERFLOW structure has the following form: typedef struct _MLEOVERFLOW {...")
  • 04:14, 28 April 2025 Martini talk contribs created page HM UPDATE OBJCOM WINDOW CHAIN (Created page with "{{DISPLAYTITLE:HM_UPDATE_OBJCOM_WINDOW_CHAIN}} This message is sent to the currently active communication object by the communication object who wants to withdraw from the communication chain. ==Syntax== <pre> param1 HWND hwnd; The handle of the object to be withdrawn from the communication chain.: param2 HWND hwnd; Window containing the handle of the object to be replaced.: </pre> ==Parameters== ;hwnd (HWND) - input: The handle of the obje...")
  • 04:13, 28 April 2025 Martini talk contribs created page HM TUTORIAL (Created page with "{{DISPLAYTITLE:HM_TUTORIAL}} The Help Manager sends this message to the application window when the user selects the Tutorial choice from a help window. ==Syntax== <pre> param1 PSZ pszTutorialName; Default tutorial name.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;pszTutorialName (PSZ) - input: Default tutorial name. :This points to a string that contains the name of the default tutorial program specified in the Help...")
  • 04:12, 28 April 2025 Martini talk contribs created page HM SET USERDATA (Created page with "{{DISPLAYTITLE:HM_SET_USERDATA}} The application sends this message to IPF to store data in the IPF data area. ==Syntax== <pre> param1 ULONG ulReserved; Reserved value, should be 0.: param2 VOID usrdata; 4-byte user data area.: </pre> ==Parameters== ;ulReserved (ULONG) - input: Reserved value, should be 0. ;usrdata (VOID) - input: 4-byte user data area. ==Returns== ;rc (ULONG) - return: Return code. ::TRUE: The user data was successfully stor...")
  • 04:12, 28 April 2025 Martini talk contribs created page HM SET SHOW PANEL ID (Created page with "{{DISPLAYTITLE:HM_SET_SHOW_PANEL_ID}} This message tells the Help Manager to display, hide, or toggle the window identity for each help window displayed. ==Syntax== <pre> param1 USHORT fsShowPanelId; The show window identity indicator.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;fsShowPanelId (USHORT) - input: The show window identity indicator. ::CMIC_HIDE_PANEL_ID: Sets the show option off and the window identity i...")
  • 04:11, 28 April 2025 Martini talk contribs created page HM SET OBJCOM WINDOW (Created page with "{{DISPLAYTITLE:HM_SET_OBJCOM_WINDOW}} This message is sent to IPF by the application to identify the communication object window to which the HM_INFORM and HM_QUERY_DDF_DATA messages will be sent. This message is not necessary if the communication object does not expect to receive either of these messages. ==Syntax== <pre> hwndparam1 HWND objcomhwnd; Handle of the communication object window to be set.: param2 ULONG ulReserved; Reserved value, should be 0.: <...")
  • 04:11, 28 April 2025 Martini talk contribs created page HM SET HELP WINDOW TITLE (Created page with "{{DISPLAYTITLE:HM_SET_HELP_WINDOW_TITLE}} This message allows the application to change the window text of a help window title. ==Syntax== <pre> param1 PSZ pszHelpWindowTitle; Help window title.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;pszHelpWindowTitle (PSZ) - input: Help window title. :This points to a string containing the new Help Window title. ;ulReserved (ULONG) - input: Reserved value, should be 0....")
  • 04:10, 28 April 2025 Martini talk contribs created page HM SET HELP LIBRARY NAME (Created page with "{{DISPLAYTITLE:HM_SET_HELP_LIBRARY_NAME}} This message identifies a list of help window library names to the Help Manager instance. ==Syntax== <pre> param1 PSZ pszHelpLibraryName; Library name.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;pszHelpLibraryName (PSZ) - input: Library name. :This points to a string that contains a list of help window library names that will be searched by the Help Manager for the reques...")
  • 04:09, 28 April 2025 Martini talk contribs created page HM SET COVERPAGE SIZE (Created page with "{{DISPLAYTITLE:HM_SET_COVERPAGE_SIZE}} This message is sent to IPF by the application to set the size of the coverpage, the window within which all other IPF windows are displayed. ==Syntax== <pre> param1 PRECTL coverpagerectl; Pointer to RECTL containing the size of the coverpage.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;coverpagerectl (PRECTL) - input: Pointer to RECTL containing the size of the coverpage....")
  • 04:09, 28 April 2025 Martini talk contribs created page HM SET ACTIVE WINDOW (Created page with "{{DISPLAYTITLE:HM_SET_ACTIVE_WINDOW}} This message allows the application to change the window with which the Help Manager communicates and the window to which the help window is to be positioned. ==Syntax== <pre> param1 HWND hwndActiveWindow; The handle of the window to be made active.: param2 HWND hwndRelativeWindow; The handle of the window next to which the help window is to be positioned.: </pre> ==Parameters== ;hwndActiveW...")
  • 04:08, 28 April 2025 Martini talk contribs created page HM REPLACE USING HELP (Created page with "{{DISPLAYTITLE:HM_REPLACE_USING_HELP}} This message tells the Help Manager to display the application-defined Using help window instead of the Help Manager Using help window. ==Syntax== <pre> param1 USHORT idUsingHelpPanel; The identity of the application-defined Using Help window.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;idUsingHelpPanel (USHORT) - input: The identity of the applic...")
  • 04:08, 28 April 2025 Martini talk contribs created page HM REPLACE HELP FOR HELP (Created page with "{{DISPLAYTITLE:HM_REPLACE_HELP_FOR_HELP}} This message tells the Help Manager to display the application-defined Help for Help window instead of the Help Manager Help for Help window. ==Syntax== <pre> param1 USHORT idHelpForHelpPanel; Identity of the application-defined Help for Help window.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;idHelpForHelpPanel (USHORT) - input: Identity of...")
  • 04:07, 28 April 2025 Martini talk contribs created page HM QUERY KEYS HELP (Created page with "{{DISPLAYTITLE:HM_QUERY_KEYS_HELP}} When the user requests the keys help function, the Help Manager sends this message to the application. ==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== ;usHelpPanel (USHORT) - return: H...")
  • 04:07, 28 April 2025 Martini talk contribs created page HM QUERY DDF DATA (Created page with "{{DISPLAYTITLE:HM_QUERY_DDF_DATA}} This message is sent to the communication object window by IPF when it encounters the dynamic data formatting (:ddf:) tag. ==Syntax== <pre> param1 HWND pageclienthwnd; Client handle.: param2 ULONG resid; The res ID associated with the DDF tag.: </pre> ==Parameters== ;pageclienthwnd (HWND) - input: Client handle. :The client handle of the page that contains the object communication window. ;resid (ULONG) - inp...")
  • 04:05, 28 April 2025 Martini talk contribs created page HM QUERY (Created page with "{{DISPLAYTITLE:HM_QUERY}} This message is sent to IPF by the application to request IPF-specific information, such as the current Instance handle, the active communication object window, the active window, or the group number of the current window. ==Syntax== <pre> param1 USHORT usselectionid; What is being requested.: USHORT usmessageid; Type of window queried.: param2 PVOID pvoid; Varies, depending on value selected above.: </pre> ==Paramete...")
  • 04:03, 28 April 2025 Martini talk contribs created page HM NOTIFY (Created page with "{{DISPLAYTITLE:HM_NOTIFY}} This message is used by the application to sub-class and change the behavior or appearance of the help window. ==Syntax== <pre> param1 USHORT controlres; Res number of the control that was selected.: USHORT usReserve; Reserved value, should be 0.: USHORT usevent; The type of event which has occurred.: param2 ULONG ulhwnd; Window handle of relevant window.: </pre> ==Parameters== ;controlres (USHORT) - input:...")
  • 04:02, 28 April 2025 Martini talk contribs created page HM LOAD HELP TABLE (Created page with "{{DISPLAYTITLE:HM_LOAD_HELP_TABLE}} The application sends this message to give the Help Manager the module handle that contains the help table, the help subtable, and the identity of the help table. ==Syntax== <pre> param1 USHORT idHelpTable; Identity of the help table.: USHORT fsidentityflag; Help table identity indicator.: param2 HMODULE MODULE; Resource identity.: </pre> ==Parameters== ;idHelpTable (USHORT) - input: Identity of the help tabl...")
  • 04:02, 28 April 2025 Martini talk contribs created page HM KEYS HELP (Created page with "{{DISPLAYTITLE:HM_KEYS_HELP}} This message is sent by the application and informs the help manager to display the keys 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:...")
  • 04:01, 28 April 2025 Martini talk contribs created page HM INVALIDATE DDF DATA (Created page with "{{DISPLAYTITLE:HM_INVALIDATE_DDF_DATA}} The application sends this message to IPF to indicate that the previous DDF data is no longer valid. ==Syntax== <pre> param1 ULONG rescount; The count of DDFs to be invalidated.: param2 PUSHORT resarray; Pointer to an array.: </pre> ==Parameters== ;rescount (ULONG) - input: The count of DDFs to be invalidated. ;resarray (PUSHORT) - input: Pointer to an array. ::The pointer to an array of unsigned 16-bit (USHO...")
  • 04:00, 28 April 2025 Martini talk contribs created page HM INFORM (Created page with "{{DISPLAYTITLE:HM_INFORM}} This message is used by the Help Manager to notify the application when the user selects a hypertext field that was specified with the reftype=inform attribute of the :link: tag. ==Syntax== <pre> param1 USHORT idnum; Window identity.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;idnum (USHORT) - input: Window identity. ::The identity that is associated with the hypertext field. ;ulReserved (...")
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)