ExtRemoteData::Set(ULONG64,ULONG) method (engextcpp.hpp)
The Set method sets the region of the target's memory represented by the ExtRemoteData object.
Syntax
void Set(
[in] ULONG64 Offset,
[in] ULONG Bytes
);
Parameters
[in] Offset
Location of the beginning of the memory region in the target's virtual address space.
[in] Bytes
Number of bytes in the memory region.
Return value
None
Remarks
The Set method will read the contents of the specified region of memory and cache the data. The data can be retrieved using ExtRemoteData::GetData or one of the ExtRemoteTyped::GetXxx methods.
Returns
This method does not return a value.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | engextcpp.hpp (include Engextcpp.hpp) |