Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used by the StructMemberAlignment property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration structMemberAlignOption
public enum structMemberAlignOption
public enum class structMemberAlignOption
type structMemberAlignOption
public enum structMemberAlignOption
Members
Member name | Description | |
---|---|---|
alignNotSet | Not set | |
alignSingleByte | 1-byte boundary | |
alignTwoBytes | 2-byte boundary | |
alignFourBytes | 4-byte boundary | |
alignEightBytes | 8-byte boundary | |
alignSixteenBytes | 16-byte boundary |