MLEMARGSTRUCT
Appearance
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 ;