MLEMARGSTRUCT: Difference between revisions
Appearance
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" |
(No difference)
|
Latest revision as of 23:13, 14 April 2025
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 ;