Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
This method converts either an object location or a memory address to a memory context.
Syntax
int GetMemoryContext(
IDebugField pField,
uint dwConstant,
out IDebugMemoryContext2 ppMemCxt
);
Parameters
pField
[in] An IDebugField describing the object to locate. If NULL, then use dwConstant instead.
dwConstant
[in] A constant memory address, such as 0x5000.
ppMemCxt
[out] Returns the IDebugMemoryContext2 interface that represents the address of the object, or the address in memory.
Return Value
If successful, returns S_OK; otherwise, returns an error code.