IDebugProperty2::GetMemoryContext

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

语法

int GetMemoryContext(
   out IDebugMemoryContext2 ppMemory
);

参数

ppMemory
[out]返回 表示与此属性关联的内存的 IDebugMemoryContext2 对象。

返回值

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

另请参阅