ISymUnmanagedScope::GetLocals 方法
更新:2007 年 11 月
取得在這個範圍內定義的區域變數。
HRESULT GetLocals(
[in] ULONG32 cLocals,
[out] ULONG32 *pcLocals,
[out, size_is(cLocals),
length_is(*pcLocals)] ISymUnmanagedVariable* locals[]);
參數
cLocals
[in] 表示 locals 陣列大小的 ULONG32。pcLocals
[out] ULONG32 的指標,會接收包含區域變數所需的緩衝區大小。locals
[out] 接收區域變數的陣列。
傳回值
如果此方法成功則為 S_OK,否則便為 E_FAIL 或其他錯誤碼。
需求
Header: CorSym.idl