获取由属性值组成的内存中字节数组。
HRESULT GetMemoryBytes (
IDebugMemoryBytes2** ppMemoryBytes
);
int GetMemoryBytes (
out IDebugMemoryBytes2 ppMemoryBytes
);
参数
- ppMemoryBytes
[out] 返回可用于检索内存包含该属性的值 IDebugMemoryBytes2 对象。
返回值
如果成功,则返回; S_OK否则返回错误代码。 ; 如果没有检索,的内存中字节数组返回 S_GETMEMORYBYTES_NO_MEMORY_BYTES 。