次の方法で共有


Custom (Debug Interface Access SDK)

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]

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 values).

See Also

Lexical Hierarchy of Symbol Types