IDebugReference2::GetMemoryBytes

获取以物理方式包含引用值的内存字节。 保留供将来使用。

语法

int GetMemoryBytes ( 
   out IDebugMemoryBytes2 ppMemoryBytes
);

参数

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

返回值

始终返回 E_NOTIMPL

另请参阅