获取表示对象的值地址的内存上下文。
HRESULT GetMemoryContext(
IDebugMemoryContext2** pContext
);
int GetMemoryContext(
ref IDebugMemoryContext2 pContext
);
参数
- pContext
[out] 返回表示对象的值地址的 IDebugMemoryContext2 对象。
返回值
如果成功,则返回 S_OK;否则,返回错误代码。
备注
返回的内存上下文指定值的地址如由以下 IDebugObject 对象。