UdtKind
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Describes the variety of user-defined type (UDT).
Syntax
enum UdtKind {
UdtStruct,
UdtClass,
UdtUnion,
UdtInterface
};
Elements
UdtStruct
UDT is a structure.
UdtClass
UDT is a class.
UdtUnion
UDT is a union.
UdtInterface
UDT is an interface.
Remarks
The values in this enumeration are returned by the IDiaSymbol::get_udtKind method.
Requirements
Header: cvconst.h