Debugging Tools for Windows

ExtRemoteData::GetUlong

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

ULONG
  ExtRemoteData::GetUlong(
    void
    ) throw (...)

Parameters

None

Return Value

GetUlong returns the ULONG version of the ExtRemoteData object.

Comments

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

Requirements

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

See Also

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

Build machine: CAPEBUILD