[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]
Describes the variety of user-defined type (UDT).
enum UdtKind {
UdtStruct,
UdtClass,
UdtUnion
};
Elements
UdtStruct
UDT is a structure.UdtClass
UDT is a class.UdtUnion
UDT is a union.
Remarks
The values in this enumeration are returned by the IDiaSymbol::get_udtKind method.
Requirements
Header: cvconst.h