IDiaSymbol::get_isRTCs

Returns a value that tells whether the function was compiled with stack frame run-time error checking. This is the /RTCs flag.

Syntax

HRESULT get_isRTCs ( 
   DWORD* pRetVal
);

Parameters

pRetVal

[out] A pointer to a BOOL that specifies whether the function was compiled with stack frame run-time error checking.

Return Value

If successful, returns S_OK; otherwise, returns S_FALSE or error code.

Note

A return value of S_FALSE means the property is not available for the symbol.

Remarks

This method is supported starting in Visual Studio 2019 version 16.10 Preview 2.

Requirements

Requirement Description
Header: dia2.h
Version: DIA SDK v7.0

See also