description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: STRUCT |
STRUCT (MASM) |
12/17/2019 |
|
|
70c3ba6b-00db-461e-8dd9-eafd3ae5b3c8 |
Declares a structure type having the specified field-declarations. Each field must be a valid data definition. Same as STRUC.
name STRUCT ⟦alignment⟧ ⟦, NONUNIQUE⟧
field-declarations
name ENDS
The name argument must be the same in the opening and closing statement.