Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a memory context of a reference. Reserved for future use.
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.