Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 2.31 KB

nf-engextcpp-extremotetyped-operator-index(long).md

File metadata and controls

71 lines (55 loc) · 2.31 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:engextcpp.ExtRemoteTyped.operator-index(LONG)
ExtRemoteTyped::operator[](LONG) (engextcpp.h)
The operator[] overloaded operator returns the typed data in the specified array element of the typed data represented by this object.
debugger\extremotetyped_operatorarray_long.htm
debugger
05/04/2018
ExtRemoteTyped::operator (LONG)
ExtRemoteTyped class [Windows Debugging],operator[] method, ExtRemoteTyped.operator[], ExtRemoteTyped.operator[](LONG), ExtRemoteTyped::Operator[], ExtRemoteTyped::operator[], ExtRemoteTyped::operator[](LONG), debugger.extremotetyped_operatorarray_long, operator[], operator[] method [Windows Debugging], operator[] method [Windows Debugging],ExtRemoteTyped class
engextcpp.hpp
Engextcpp.hpp
Desktop
Windows
ExtRemoteTyped::operator[]
engextcpp/ExtRemoteTyped::operator[]
APIRef
kbSyntax
COM
engextcpp.hpp
ExtRemoteTyped::operator[]

ExtRemoteTyped::operator (LONG)

-description

The operator[] overloaded operator returns the typed data in the specified array element of the typed data represented by this object.

-parameters

-param Index [in]

The index of the array element.

-returns

The operator[] operator returns a new ExtRemoteTyped object that represents the typed data for the specified element of the array.

-remarks

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.

-see-also

ExtRemoteTyped

ExtRemoteTyped::ArrayElement