Jump to content

MLEMARGSTRUCT

From EDM2
Revision as of 00:13, 15 April 2025 by Martini (talk | contribs) (Created page with "Multi-line entry-field margin information. == Type == struct == C Declaration Method == typedef == Example Code == <pre> typedef struct _MLEMARGSTRUCT { USHORT afMargins; Margin in which the event occurred.: USHORT usMouMsg; Message identity of the original mouse event.: IPT iptNear; Insertion point nearest to the margin event.: } MLEMARGSTRUCT; typedef MLEMARGSTRUCT * PMARGSTRUCT ; </pre> Category:Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Multi-line entry-field margin information.

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _MLEMARGSTRUCT {
  USHORT     afMargins;  /*  Margin in which the event occurred. */
  USHORT     usMouMsg;   /*  Message identity of the original mouse event. */
  IPT        iptNear;    /*  Insertion point nearest to the margin event. */
} MLEMARGSTRUCT;

typedef   MLEMARGSTRUCT   * PMARGSTRUCT ;