MLECTLDATA
Appearance
MLE
typedef struct _MLECTLDATA {
USHORT cb; // length of control data in bytes
USHORT afIEFormat; // import/export format
ULONG cchText; // text limit
IPT iptAnchor; // selection anchor point (start)
IPT iptCursor; // selection cursor point (end)
LONG cxFormat; // formatting rectangle width (pixels)
LONG cyFormat; // formatting rectangle height (pixels)
ULONG afFormatFlags; // format flags
} MLECTLDATA, *PMLECTLDATA;