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 that represents the address of the value of the object.
HRESULT GetMemoryContext(
IDebugMemoryContext2** pContext
);
int GetMemoryContext(
ref IDebugMemoryContext2 pContext
);
Parameters
- pContext
[out] Returns an IDebugMemoryContext2 object representing the address of the value of the object.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The returned memory context specifies the address of the value as represented by this IDebugObject object.