IDebugProperty2::GetMemoryBytes

获取构成属性值的内存字节。

语法

int GetMemoryBytes ( 
   out IDebugMemoryBytes2 ppMemoryBytes
);

参数

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

返回值

如果成功,则 S_OK返回;否则返回错误代码。 如果没有要检索的内存字节,则返回 S_GETMEMORYBYTES_NO_MEMORY_BYTES

另请参阅