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 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.