ExtRemoteTyped::ErtIoctl method (engextcpp.hpp)
The ErtIoctl method is part of the ExtRemoteTyped class. The ExtRemoteTyped class provides the ability to manipulate typed data on the target. An instance of this class represents a small region of memory on the target. This region is interpreted as a specific type. This class provides methods for manipulating the memory according to the type and for accessing the object hierarchy on the target.
ExtRemoteTyped is a subclass of ExtRemoteData.
Syntax
HRESULT ErtIoctl(
PCSTR Message,
EXT_TDOP Op,
ULONG Flags,
PCSTR InStr,
ULONG64 In64,
ExtRemoteTyped *Ret,
PSTR StrBuffer,
ULONG StrBufferChars,
PULONG Out32
);
Parameters
Message
Op
Flags
InStr
In64
Ret
StrBuffer
StrBufferChars
Out32
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | engextcpp.hpp (include Engextcpp.hpp) |
Library | engextcpp.hpp |