The correct one would be that one (hopefully):
struct EXTRASTUFF
{
DWORD_PTR Awesome1;
DWORD_PTR Awesome2;
};
[You're trying too hard. Just use
DECLSPEC_ALIGN(MEMORY_ALLOCATION_ALIGNMENT)
. -Raymond]