Christian Costa <[email protected]> writes: > +typedef struct { > + union { > + struct { > + GUID Set; > + ULONG Id; > + ULONG Flags; > + }; > + LONGLONG Alignment; > + }; > +} KSIDENTIFIER, *PKSIDENTIFIER;
Check how anonymous unions/structs are done in other headers. -- Alexandre Julliard [email protected]
