Debugging Tools for Windows

ExtRemoteData::GetDouble

The GetDouble method returns a double version of the ExtRemoteData object, which represents the contents of the target's memory.

double
  ExtRemoteData::GetDouble(
    void
    ) throw (...)

Parameters

None

Return Value

GetDouble returns the double version of the ExtRemoteData object.

Comments

The size of the memory represented by the ExtRemoteData object must be sizeof(double).

Requirements

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

See Also

ExtRemoteData, ExtRemoteData::GetData, ExtRemoteData::GetFloat

Build machine: CAPEBUILD