ExtRemoteTyped::ExtRemoteTyped(constDEBUG_TYPED_DATA*) method (engextcpp.hpp)
The ExtRemoteTyped constructor creates a new instance of the ExtRemoteTyped class.
Syntax
void ExtRemoteTyped(
[in] const DEBUG_TYPED_DATA *Typed
);
Parameters
[in] Typed
A pointer to a DEBUG_TYPED_DATA structure that describes the data and type to be represented by this object.
Return value
None
Remarks
The typed data can also be set or changed using the following methods:
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | engextcpp.hpp (include Engextcpp.hpp) |
See also
ExtRemoteTyped::ExtRemoteTyped
ExtRemoteTyped::ExtRemoteTyped (ExtRemoteTyped)
ExtRemoteTyped::ExtRemoteTyped (PCSTR)
ExtRemoteTyped::ExtRemoteTyped (PCSTR, ULONG64)
ExtRemoteTyped::ExtRemoteTyped (PCSTR, ULONG64, bool)
ExtRemoteTyped::Set(pcstr ulong64 bool)