Remove_Back
Removes an interface from the end of a list.
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
Header |
include “ADLXDefines.h” |
Minimum version |
1.0 |