midlStructMemberAlignOption Enumeration
Visual Studio 2015
Used by the StructMemberAlignment property.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| midlAlignEightBytes | 8-byte boundaries for struct member alignment | |
| midlAlignFourBytes | 4-byte boundaries for struct member alignment | |
| midlAlignNotSet | Boundries not set. | |
| midlAlignSingleByte | 1-byte boundaries for struct member alignment | |
| midlAlignTwoBytes | 2-byte boundaries for struct member alignment |
See MIDL Property Pages: Advanced for more information.
Show: