Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 772 Bytes

struct-masm.md

File metadata and controls

32 lines (28 loc) · 772 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
STRUCT (MASM) | Microsoft Docs
11/04/2016
cpp-tools
article
struct
C++
STRUCT directive
70c3ba6b-00db-461e-8dd9-eafd3ae5b3c8
6
corob-msft
corob
ghogen

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