Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 725 Bytes

idiasymbol-get-issdl.md

File metadata and controls

33 lines (26 loc) · 725 Bytes
description title ms.date ms.topic dev_langs author ms.author manager ms.subservice
Specifies whether the module is compiled with the /SDL option.
IDiaSymbol::get_isSdl
11/04/2016
reference
C++
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaSymbol::get_isSdl

Specifies whether the module is compiled with the /SDL option.

Syntax

HRESULT get_isSdl(
   BOOL *pRetVal);

Parameters

pRetVal

[out] A pointer to a BOOL that specifies whether the module is compiled with the /SDL option.

Return Value

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

See also