Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 995 Bytes

idiasymbol-get-scoped.md

File metadata and controls

39 lines (31 loc) · 995 Bytes
description title ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
Retrieves a flag that specifies whether the user-defined data type appears in a non-global lexical scope.
IDiaSymbol::get_scoped
11/04/2016
reference
C++
IDiaSymbol::get_scoped method
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaSymbol::get_scoped

Retrieves a flag that specifies whether the user-defined data type appears in a non-global lexical scope.

Syntax

HRESULT get_scoped ( 
   BOOL* pRetVal
);

Parameters

pRetVal

[out] Returns TRUE if the user-defined data type appears in a non-global lexical scope; 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 that the property is not available for the symbol.

See also