IDiaSymbol9

Describes additional properties of a symbol instance.

Syntax

IDiaSymbol9 : IDiaSymbol8

Methods

The following table shows the methods of IDiaSymbol9.

Note

Symbols will return meaningful data for only some of these methods, depending on the type of symbol. If a method returns S_OK, then that method has returned meaningful data.

Method Description
IDiaSymbol9::get_framePadSize Retrieves the stack frame pad size used for Edit and Continue.
IDiaSymbol9::get_framePadOffset Retrieves the stack frame pad offset used for Edit and Continue.
IDiaSymbol9::get_isRTCs Retrieves a flag that indicates whether the function was compiled with runtime stack checks.

Remarks

Notes for Callers

Obtain this interface by first getting an IDiaSymbol instance and then calling IUnknown::QueryInterface to do a dynamic downcast.

Requirements

Header: Dia2.h

Library: diaguids.lib

DLL: msdia140.dll

See also