IDebugObject::GetMemoryContext

获取表示对象值的地址的内存上下文。

语法

int GetMemoryContext(
   ref IDebugMemoryContext2 pContext
);

参数

pContext
[out]返回一个 IDebugMemoryContext2 对象,该对象表示对象的值的地址。

返回值

如果成功,则返回S_OK;否则,返回错误代码。

备注

返回的内存上下文指定由此 IDebugObject 对象表示的值的地址。

另请参阅