CustomType

Vendor-defined types (compiler-specific types) are identified by a SymTagCustomType symbol.

Properties

The following table shows additional valid properties for this symbol type.

Property Data type Description
IDiaSymbol::get_oemId DWORD Identifier of OEM.
IDiaSymbol::get_oemSymbolId DWORD OEM's internal ID.
IDiaSymbol::get_symIndexId DWORD Index ID of symbol.
IDiaSymbol::get_symTag DWORD Returns SymTagCustomType (one of the SymTagEnum Enumeration values).
IDiaSymbol::get_type IDiaSymbol* The first type referenced by the custom type symbol.
IDiaSymbol::get_typeId DWORD ID of the type symbol.
IDiaSymbol::get_types IDiaSymbol** Array of all types referenced by the custom type symbol.

See also