Метод ISymUnmanagedVariable::GetAttributesISymUnmanagedVariable::GetAttributes Method
Возвращает флаги атрибута для этой переменной.Gets the attribute flags for this variable.
СинтаксисSyntax
HRESULT GetAttributes(
[out, retval] ULONG32* pRetVal);
ПараметрыParameters
pRetVal
заполняет Указатель на объект ULONG32
, который получает атрибуты.[out] A pointer to a ULONG32
that receives the attributes. Возвращаемое значение будет одним из значений, определенных в перечислении CorSymVarFlag .The returned value will be one of the values defined in the CorSymVarFlag enumeration.
Возвращаемое значениеReturn Value
S_OK, если метод выполнен. в противном случае E_FAIL или другой код ошибки.S_OK if the method succeeds; otherwise, E_FAIL or some other error code.
ТребованияRequirements
Заголовок: Корсим. idl, Корсим. hHeader: CorSym.idl, CorSym.h