B>struct Foo B> { B> BYTE a; B> DWORD b; B> }; B>
#pragma pack (push, 1) struct Foo { BYTE a; DWORD b; }; #pragma pack (pop)