Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.