Jump to content

FRAMECDATA

From EDM2
Revision as of 04:13, 23 February 2020 by Ak120 (talk | contribs) (Created page with "Frame creation typedef struct _FRAMECDATA { USHORT cb; // length of control data in bytes ULONG flCreateFlags; // frame creation flags ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Frame creation

typedef struct _FRAMECDATA {
  USHORT      cb;                // length of control data in bytes
  ULONG       flCreateFlags;     // frame creation flags
  USHORT      hmodResource;      // id of required resource
  USHORT      idResource;        // resource identifier
} FRAMECDATA, *PFRAMECDATA;