Debugging Tools for Windows

ExtRemoteData::Set

The Set method sets the region of the target's memory represented by the ExtRemoteData object.

void
  ExtRemoteData::Set(
    IN ULONG64  Offset,
    IN ULONG  Bytes
    ) throw(...)

void
  ExtRemoteData::Set(
    IN const DEBUG_TYPED_DATA *  Typed
    )

Parameters

Offset
Location of the beginning of the memory region in the target's virtual address space.
Bytes
Number of bytes in the memory region.
Typed
Specifies the region of memory by using a DEBUG_TYPED_DATA structure.

Return Value

None

Comments

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.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

ExtRemoteData::ExtRemoteData, ExtRemoteData::GetData

Build machine: CAPEBUILD