CustomType

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

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

Class Hierarchy of Symbol Types