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.
Describes the variety of user-defined type (UDT).
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