Edit

Share via


IDebugReference2::GetMemoryContext

Gets a memory context of a reference. Reserved for future use.

Syntax

int GetMemoryContext ( 
   out IDebugMemoryContext2 ppMemory
);

Parameters

ppMemory
[out] Returns the IDebugMemoryContext2 object that represents the memory associated with the value of the reference.

Return Value

Always returns E_NOTIMPL.

See also