Skip to content

Empty

Navigation: ADLX SDK ReferencesADLX InterfacesMiscellaneousIADLXList

Syntax

adlx_bool Empty ()

Parameters

N/A

Return Value

If the list is empty, true is returned.

If the list is not empty, false is returned.

Remarks

If the list has no interfaces, then Size will return zero, and Empty will return true.

Requirements

Headerinclude “ADLXDefines.h”
Minimum version1.0

See Also: Size