Is it safe to cast a null to struct just to get the size:
Example:
sizeof(((MEMORY_STRUCT*)0)->GWCD.sid)
Thanks JD