IDiaSymbol::get_restrictedTypeIDiaSymbol::get_restrictedType
Spécifie si le this
pointeur est marqué comme restreint.Specifies whether the this
pointer is flagged as restricted.
SyntaxeSyntax
HRESULT get_restrictedType(
BOOL* pRetVal);
ParamètresParameters
pRetVal
à Pointeur vers un BOOL
qui spécifie si le this
pointeur est marqué comme restreint.[out] A pointer to a BOOL
that specifies whether the this
pointer is flagged as restricted.
Valeur renvoyéeReturn Value
En cas de réussite, retourne S_OK
; sinon, retourne S_FALSE
ou un code d’erreur.If successful, returns S_OK
; otherwise, returns S_FALSE
or an error code.