STRUCT (MASM)
Visual Studio 2010
Declares a structure type having the specified fielddeclarations. Each field must be a valid data definition. Same as STRUC.
name STRUCT [[alignment]] [[, NONUNIQUE]] fielddeclarations name ENDS