Debugging Tools for Windows |
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
)
None
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.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.