Debugging Tools for Windows

ExtRemoteTyped::ArrayElement

The ArrayElement method returns the typed data in the specified array element of the typed data represented by the ExtRemoteTyped object.

ExtRemoteData
  ExtRemoteData::ArrayElement(
    IN LONG64  Index
    ) throw(...)

Parameters

Index
The index of the array element.

Return Value

ArrayElement returns a new ExtRemoteData object that represents the typed data for the specified element of the array.

Comments

If the typed data represented by this object is a pointer and not an array, the pointer is treated like an array.

The ExtRemoteTyped::operator[] overloaded operator performs a similar function.

Requirements

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

See Also

ExtRemoteTyped::operator[]

Build machine: CAPEBUILD