ExtRemoteTyped::Set(PCSTR) method (engextcpp.hpp)

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

Syntax

void Set(
  [in] PCSTR Expr
);

Parameters

[in] Expr

An expression that evaluates to the desired symbol. This expression is evaluated by the default expression evaluator.

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, ULONG64)

ExtRemoteTyped::Set (PCSTR, ULONG64, bool)

ExtRemoteTyped::Set (bool)

ExtRemoteTyped::SetPrint

ExtRemoteTypedList