Share via


STRUCT (MASM)

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at STRUCT (MASM).

Declares a structure type having the specified fielddeclarations. Each field must be a valid data definition. Same as STRUC.

Syntax

  
   name STRUCT [[alignment]] [[, NONUNIQUE]]  
fielddeclarations  
name ENDS  

See Also

Directives Reference