Debugging Tools for Windows

EXT_TDOP_GET_ARRAY_ELEMENT

The EXT_TDOP_GET_ARRAY_ELEMENT sub-operation of the DEBUG_REQUEST_EXT_TYPED_DATA_ANSI Request operation returns an element from an array.

Parameters

Operation
Set to EXT_TDOP_GET_ARRAY_ELEMENT for this sub-operation.
InData
Specifies the array whose element is being requested. InData can also specify a pointer, in which case it is treated as an array.
OutData
Receives the requested element from the array.
In64
Specifies the index of the element in the array.
Status
Receives the status code returned by this sub-operation. This is the same as the value returned by Request.

Comments

EXT_TDOP_GET_ARRAY_ELEMENT is a value in the EXT_TDOP enumeration.

The parameters for this sub-operation are members of the EXT_TYPED_DATA structure. The members of EXT_TYPED_DATA that are not listed in the preceding Parameters section are not used by this sub-operation and should be set to zero. The descriptions of the members in the preceding Parameters section specify what the members are used for. See EXT_TYPED_DATA for more details.

See Also

DEBUG_REQUEST_EXT_TYPED_DATA_ANSI, EXT_TDOP, EXT_TYPED_DATA, Request

Build machine: CAPEBUILD