FRAMECDATA: Difference between revisions
Appearance
Created page with "Frame creation typedef struct _FRAMECDATA { USHORT cb; // length of control data in bytes ULONG flCreateFlags; // frame creation flags ..." |
(No difference)
|
Latest revision as of 04:13, 23 February 2020
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;