Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.37 KB

custom-debug-interface-access-sdk.md

File metadata and controls

32 lines (25 loc) · 1.37 KB
title description ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
Custom (Debug Interface Access SDK)
Find reference information about custom symbol types (identified with the SymTagCustom tag) in the Visual Studio debug interface access SDK.
11/04/2016
reference
C++
Custom symbol
mikejo5000
mikejo
mijacobs
debug-diagnostics

Custom (Debug Interface Access SDK)

Some compilers introduce symbols that are not identified by any of the standard lexical symbol types. These symbols are identified by a SymTagCustom tag.

Properties

The following table shows the properties that are valid for this symbol type.

Property Data type Description
IDiaSymbol::get_dataBytes BYTE Array of data associated with the symbol.
IDiaSymbol::get_symIndexId DWORD Index ID of symbol.
IDiaSymbol::get_symTag DWORD Returns SymTagCustom (one of the SymTagEnum Enumeration values).

See also