Debugging Tools for Windows |
The GetData method returns the contents of the target's memory, represented by the ExtRemoteData object.
ULONG64
ExtRemoteData::GetData(
IN ULONG Request
) throw(...)
GetData returns the cached contents of the target's memory, represented by the ExtRemoteData object.
The contents of the region of memory represented by an ExtRemoteData object are only cached if the size of the region is less than 8 bytes. If the size of the region is greater than 8 bytes, the GetData method does not return a meaningful value.
A number of convenience methods are available for various primitive types. These methods will automatically provide the size of the type and cast the return value to that type. These methods are listed in the See Also section.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.
ExtRemoteData, ExtRemoteData::ExtRemoteData, ExtRemoteData::Set, GetBoolean, GetChar, GetDouble, GetFloat, GetLong, GetLong64, GetLongPtr, GetPtr, GetShort, GetStdBool, GetUchar, GetUlong, GetUlong64, GetUlongPtr, GetUshort, GetW32Bool