Edit

Share via


IDebugReference2::GetMemoryBytes

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

Syntax

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