IDebugReference2::GetMemoryContext

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

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

Syntax

HRESULT GetMemoryContext ( 
   IDebugMemoryContext2** ppMemory
);
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