共用方式為


ExtRemoteTyped::ErtIoctl 方法 (engextcpp.hpp)

ErtIoctl 方法是 ExtRemoteTyped 類別的一部分。 ExtRemoteTyped 類別可讓您操作目標上的具型別數據。 這個類別的實例代表目標上的小型記憶體區域。 此區域會解譯為特定類型。 這個類別提供根據型別操作記憶體的方法,以及存取目標上的物件階層的方法。

ExtRemoteTypedExtRemoteData 的子類別。

語法

HRESULT ErtIoctl(
  PCSTR          Message,
  EXT_TDOP       Op,
  ULONG          Flags,
  PCSTR          InStr,
  ULONG64        In64,
  ExtRemoteTyped *Ret,
  PSTR           StrBuffer,
  ULONG          StrBufferChars,
  PULONG         Out32
);

參數

Message

Op

Flags

InStr

In64

Ret

StrBuffer

StrBufferChars

Out32

規格需求

需求
目標平台 Windows
標頭 engextcpp.hpp (包含 Engextcpp.hpp)
程式庫 engextcpp.hpp

另請參閱

ExtRemoteData

DEBUG_TYPED_DATA