Frame-control data structure.
typedef struct _FRAMECDATA {
USHORT cb; /* Length. */
ULONG flCreateFlags; /* Frame-creation flags. */
USHORT hmodResources; /* Identifier of required resource. */
USHORT idResources; /* Resource identifier. */
} FRAMECDATA;
typedef FRAMECDATA * PFRAMECDATA ;