midlStructMemberAlignOption Enum
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 midlStructMemberAlignOption
C++/CX
public enum class midlStructMemberAlignOption
enum midlStructMemberAlignOption
public enum midlStructMemberAlignOption
type midlStructMemberAlignOption =
Public Enum midlStructMemberAlignOption
- Inheritance
-
midlStructMemberAlignOption
Name | Value | Description |
---|---|---|
midlAlignNotSet | 0 | Boundries not set. |
midlAlignSingleByte | 1 | 1-byte boundaries for struct member alignment |
midlAlignTwoBytes | 2 | 2-byte boundaries for struct member alignment |
midlAlignFourBytes | 3 | 4-byte boundaries for struct member alignment |
midlAlignEightBytes | 4 | 8-byte boundaries for struct member alignment |
See MIDL Property Pages: Advanced for more information.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |