Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the memory context of the property value.
HRESULT GetMemoryContext (
IDebugMemoryContext2** ppMemory
);
int GetMemoryContext(
out IDebugMemoryContext2 ppMemory
);
Parameters
- ppMemory
[out] Returns the IDebugMemoryContext2 object that represents the memory associated with this property.
Return Value
If successful, returns S_OK; otherwise returns error code. Returns S_GETMEMORYCONTEXT_NO_MEMORY_CONTEXT if there is no memory context to retrieve.