Skip to content

End

Navigation: ADLX SDK ReferencesADLX InterfacesMiscellaneousIADLXList

Syntax

adlx_uint End ()

Parameters

N/A

Return Value

Returns the location succeeding the last interface from a list.

Remarks

The returned location is a logical representation of the end of the list. It does not hold any valid interface and should not be dereferenced.

End is used in combination with Begin for parsing the list sequentially from the beginning to the end.

If the list is empty, then Begin and End return the same location.

C++

Code

C

C:\Git\adlx1_5\drivers\ADLX\Samples\C\ADLXSnippet.h

Requirements

Headerinclude “ADLXDefines.h”
Minimum version1.0

See Also: Begin, ADLX Enums