IDebugReference2:: GetMemoryContext

获取引用的内存上下文。 保留供将来使用。

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

参数

返回值

始终返回 E_NOTIMPL。

请参见

参考

IDebugReference2

IDebugMemoryContext2