How would you/anyone declare this union in a type/structure in VB??

union {
UINT uTimeout;
UINT uVersion;
} DUMMYUNIONNAME;


goodnite!