IDebugReference2:: GetMemoryBytes

获取实际包含引用的值的内存中字节数组。 保留供将来使用。

HRESULT GetMemoryBytes ( 
   IDebugMemoryBytes2** ppMemoryBytes
);
int GetMemoryBytes ( 
   out IDebugMemoryBytes2 ppMemoryBytes
);

参数

  • ppMemoryBytes
    [out] 返回可用于检索内存包含引用的值的 IDebugMemoryBytes2 对象。

返回值

始终返回 E_NOTIMPL。

请参见

参考

IDebugReference2

IDebugMemoryBytes2