structMemberAlignOption Enumeration
Visual Studio 2015
Used by the StructMemberAlignment property.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| alignEightBytes | 8-byte boundary | |
| alignFourBytes | 4-byte boundary | |
| alignNotSet | Not set | |
| alignSingleByte | 1-byte boundary | |
| alignSixteenBytes | 16-byte boundary | |
| alignTwoBytes | 2-byte boundary |
Show: