IDebugHostMemory 介面 (dbgmodel.h)
基礎調試程式的記憶體存取介面。
遺產
IDebugHostMemory 繼承自 IUnknown。
方法
IDebugHostMemory 介面具有這些方法。
IDebugHostMemory::AddRef IDebugHostMemory::AddRef 方法會遞增 物件上介面的參考計數。 |
IDebugHostMemory::GetDisplayStringForLocation 針對內容和位置所定義之目標位址空間內的指定位置,請將位置轉換為可顯示的字串。 |
IDebugHostMemory::QueryInterface IDebugHostMemory::QueryInterface 方法會擷取對象上支援介面的指標。 |
IDebugHostMemory::ReadBytes IDebugHostMemory::ReadBytes 方法會從目標地址空間讀取指定內容和位置的位元組數目。 |
IDebugHostMemory::ReadPointers IDebugHostMemory::ReadPointers 方法會從目標地址空間讀取指定內容和位置的一些指標。 |
IDebugHostMemory::Release IDebugHostMemory::Release 方法會遞減 物件上介面的參考計數。 |
IDebugHostMemory::WriteBytes IDebugHostMemory::WriteBytes 方法會將一些位元組寫入指定內容和位置的目標地址空間。 |
IDebugHostMemory::WritePointers 接受以未帶正負號的64位值保留的指標數目,將它們截斷為目標的原生指標大小,並將其寫入目標地址空間中,如傳入的內容和位置所定義。 |
要求
要求 | 價值 |
---|---|
標頭 | dbgmodel.h |