Jump to content

MLECTLDATA

From EDM2
Revision as of 04:15, 23 February 2020 by Ak120 (talk | contribs) (Created page with "MLE typedef struct _MLECTLDATA { USHORT cb; // length of control data in bytes USHORT afIEFormat; // import/export format ULONG ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;