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

The Set method sets the typed data represented by the ExtRemoteTyped object.

Syntax

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

Parameters

[in] PtrTo

Specifies whether or not to set the ExtRemoteTyped instance to the specified typed data, or to a pointer to the specified typed data. If PtrTo is true, the ExtRemoteTyped instance will be a pointer to the typed data.

[in] TypeModBase

The base address of the module to which the type belongs.

[in] TypeId

The type ID of the type.

[in] Offset

Specifies the location of the data in the target's memory.

Return value

None

Remarks

Returns

This method does not return a value.

Requirements

Requirement Value
Target Platform Desktop
Header engextcpp.hpp (include Engextcpp.hpp)

See also

ExtRemoteTyped

ExtRemoteTyped::Set (PCSTR)

ExtRemoteTyped::Set (PCSTR, ULONG64)

ExtRemoteTyped::Set (PCSTR, ULONG64, bool)

ExtRemoteTyped::SetPrint

ExtRemoteTypedList