ExtRemoteTyped::Set (bool,ULONG64,ULONG,ULONG64) 方法 (engextcpp.hpp)

Set 方法设置由 ExtRemoteTyped 对象表示的类型化数据。

语法

void Set(
  [in] bool    PtrTo,
  [in] ULONG64 TypeModBase,
  [in] ULONG   TypeId,
  [in] ULONG64 Offset
);

参数

[in] PtrTo

指定是将 ExtRemoteTyped 实例设置为指定的类型化数据,还是设置为指向指定类型化数据的指针。 如果 PtrTotrue,则 ExtRemoteTyped 实例将是指向类型化数据的指针。

[in] TypeModBase

类型所属的模块的基址。

[in] TypeId

类型的类型 ID。

[in] Offset

指定数据在目标内存中的位置。

返回值

备注

返回

此方法不返回值。

要求

要求
目标平台 桌面
标头 engextcpp.hpp (包括 Engextcpp.hpp)

另请参阅

ExtRemoteTyped

ExtRemoteTyped::Set (PCSTR)

ExtRemoteTyped::Set (PCSTR,ULONG64)

ExtRemoteTyped::Set (PCSTR、ULONG64、bool)

ExtRemoteTyped::SetPrint

ExtRemoteTypedList