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)
Library engextcpp.hpp

另请参阅

ExtRemoteData

DEBUG_TYPED_DATA