(dbgmodel.h) IDebugHostMemory 介面
基礎調試程式的記憶體存取介面。
繼承
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 |