Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.77 KB

File metadata and controls

36 lines (29 loc) · 1.77 KB
title description ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
CustomType
Find reference information about the CustomType symbol type (SymTagCustomType) in the Visual Studio debug interface access SDK.
11/04/2016
reference
C++
CustomType symbol
mikejo5000
mikejo
mijacobs
debug-diagnostics

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