Debugging Tools for Windows |
The ExtRemoteData constructors create a new instance of the ExtRemoteData class.
ExtRemoteData::ExtRemoteData(
void
)
ExtRemoteData::ExtRemoteData(
IN ULONG64 Offset,
IN ULONG Bytes
) throw(...)
ExtRemoteData::ExtRemoteData(
IN OPTIONAL PCSTR Name,
IN ULONG64 Offset,
IN ULONG Bytes
) throw(...)
If a memory region is specified, the contents of the region are read from the target and cached. The data can be retrieved using ExtRemoteData::GetData or one of the ExtRemoteTyped::GetXxx methods.
The constructor is called by the ExtRemoteData::Set method and the ExtRemoteData::GetData method.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.