Debugging Tools for Windows |
The operator[] overloaded operator returns the typed data in the specified array element of the typed data represented by this object.
ExtRemoteTyped
ExtRemoteData::operator[](
IN LONG Index
)
ExtRemoteTyped
ExtRemoteData::operator[](
IN ULONG Index
)
ExtRemoteTyped
ExtRemoteData::operator[](
IN LONG64 Index
)
ExtRemoteTyped
ExtRemoteData::operator[](
IN ULONG64 Index
)
The operator[] operator returns a new ExtRemoteTyped object that represents the typed data for the specified element of the array.
If the typed data represented by this object is a pointer and not an array, the pointer is treated like an array.
The ExtRemoteTyped::ArrayElement performs a similar function.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.