Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 901 Bytes

idiasymbol-get-managed.md

File metadata and controls

39 lines (31 loc) · 901 Bytes
description title ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
Retrieves a flag that specifies whether the symbol refers to managed code.
IDiaSymbol::get_managed
11/04/2016
reference
C++
IDiaSymbol::get_managed method
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaSymbol::get_managed

Retrieves a flag that specifies whether the symbol refers to managed code.

Syntax

HRESULT get_managed ( 
   BOOL* pRetVal
);

Parameters

pRetVal

[out] Returns TRUE if the symbol refers to managed code; otherwise, returns FALSE.

Return Value

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

Note

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

See also