Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Returns a non-local variable, given its parent and name.
Syntax
HRESULT GetVariables (
[in] mdToken parent,
[in] ULONG32 cVars,
[out] ULONG32 *pcVars,
[out, size_is (cVars),
length_is (*pcVars)] ISymUnmanagedVariable *pVars[]);
Parameters
parent
[in] The parent of the variable.
cVars
[in] The size of the pVars array.
pcVars
[out] A pointer to the variable that receives the number of variables returned in pVars.
pVars
[out] A pointer to the variable that receives the variables.
Return Value
S_OK if the method succeeds; otherwise, E_FAIL or some other error code.
Requirements
Header: CorSym.idl, CorSym.h