IDebugProperty2:: GetMemoryContext

获取属性值的内存上下文。

HRESULT GetMemoryContext ( 
   IDebugMemoryContext2** ppMemory
);
int GetMemoryContext(
   out IDebugMemoryContext2 ppMemory
);

参数

返回值

如果成功,则返回; S_OK否则返回错误代码。 ; 如果没有检索,的内存上下文返回 S_GETMEMORYCONTEXT_NO_MEMORY_CONTEXT 。

请参见

参考

IDebugProperty2

IDebugMemoryContext2