typedef struct _QUAD { union { __int64 UseThisFieldToCopy; float DoNotUseThisField; }; } QUAD, *PQUAD;