Debugging Tools for Windows

ExtRemoteData::GetLong

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

LONG
  ExtRemoteData::GetLong(
    void
    ) throw (...)

Parameters

None

Return Value

GetLong returns the LONG version of the ExtRemoteData object.

Comments

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

Requirements

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

See Also

ExtRemoteData, ExtRemoteData::GetData, ExtRemoteData::GetLong64, ExtRemoteData::GetUlong

Build machine: CAPEBUILD