ExtRemoteData::GetLongPtr method (engextcpp.hpp)
The GetLongPtr method returns a signed integer version (extended to LONG64) of the ExtRemoteData object, which represents the contents of the target's memory. The size of the unsigned integer from the target is the same size as a pointer on the target.
Syntax
LONG64 GetLongPtr();
Return value
GetLongPtr returns a signed integer version of the ExtRemoteData object, extended to LONG64.
Remarks
The size of the memory represented by the ExtRemoteData object must be the same as the size of a pointer on the target, ExtExtension::m_PtrSize
.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | engextcpp.hpp (include Engextcpp.hpp) |