Jump to content

MLECTLDATA: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "MLE typedef struct _MLECTLDATA { USHORT cb; // length of control data in bytes USHORT afIEFormat; // import/export format ULONG ..."
 
(No difference)

Latest revision as of 04:15, 23 February 2020

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;