structMemberAlignOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the StructMemberAlignment property.
public enum class structMemberAlignOption
public enum class structMemberAlignOption
enum structMemberAlignOption
public enum structMemberAlignOption
type structMemberAlignOption =
Public Enum structMemberAlignOption
- Inheritance
-
structMemberAlignOption
Fields
Name | Value | Description |
---|---|---|
alignNotSet | 0 | Not set |
alignSingleByte | 1 | 1-byte boundary |
alignTwoBytes | 2 | 2-byte boundary |
alignFourBytes | 3 | 4-byte boundary |
alignEightBytes | 4 | 8-byte boundary |
alignSixteenBytes | 5 | 16-byte boundary |