Skip to content

Remove_Back

Navigation: ADLX SDK ReferencesADLX InterfacesMiscellaneousIADLXList

Syntax

ADLX_RESULT    Remove_Back ()

Parameters

N/A

Return Value

If the interface from the end of the list is successfully removed, ADLX_OK is returned.

If the interface from the end of the list is not successfully removed, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

Removes an interface from the end of the list. The list must not be empty.

Requirements

Headerinclude “ADLXDefines.h”
Minimum version1.0

See Also: ADLX Enums