获取引用的内存上下文。 保留供将来使用。
HRESULT GetMemoryContext (
IDebugMemoryContext2** ppMemory
);
int GetMemoryContext (
out IDebugMemoryContext2 ppMemory
);
参数
- ppMemory
[out] 返回表示内存与引用的值的 IDebugMemoryContext2 对象。
返回值
始终返回 E_NOTIMPL。
获取引用的内存上下文。 保留供将来使用。
HRESULT GetMemoryContext (
IDebugMemoryContext2** ppMemory
);
int GetMemoryContext (
out IDebugMemoryContext2 ppMemory
);
始终返回 E_NOTIMPL。