Share via


IDebugReference2::GetMemoryBytes

Gets the memory bytes that physically contain the value of a reference. Reserved for future use.

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

Parameters

  • ppMemoryBytes
    [out] Returns an IDebugMemoryBytes2 object that can be used to retrieve the memory that contains the value of the reference.

Return Value

Always returns E_NOTIMPL.

See Also

Reference

IDebugReference2

IDebugMemoryBytes2