IDebugObject::GetMemoryContext
取得表示物件的值的位址的記憶體內容。
HRESULT GetMemoryContext(
IDebugMemoryContext2** pContext
);
int GetMemoryContext(
ref IDebugMemoryContext2 pContext
);
參數
- pContext
[] out傳回IDebugMemoryContext2物件,表示物件的值的位址。
傳回值
如果成功的話,則傳回 S_OK。 否則,會傳回錯誤碼。
備註
傳回的記憶體內容會指定值的位址,這表示IDebugObject物件。