Debugging Tools for Windows |
The Write method writes the data cached by the ExtRemoteData object to the region of memory on the target, represented by this object.
void
ExtRemoteData::Write(
void
) throw(...)
None
None
This method can be used to reset the region of memory on the target to the currently cached value that was previously read from the target.
It is also possible to directly set the value cached by the ExtRemoteData object, for example:
ext_remote_data.m_Data = (ULONG64) my_ushort;
ext_remote_data.Write();
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.