Skip to content

IADLXApplicationList

Navigation: ADLX SDK ReferencesADLX InterfacesMiscellaneous

The IADLXApplicationList is an interface for a collection of IADLXApplication interfaces that can be accessed by location.

InterfaceId:IADLXApplicationList
Smart Pointer Interface Name:IADLXApplicationListPtr
Inherits:IADLXList
Inherited By:N/A

Methods

MethodDescription
Add_BackAdds an interface to the end of a list.
AtReturns the reference counted interface at the requested location.

Requirements

Headerinclude “IApplications.h”
Minimum version1.4

Example

To see how to use this interface in a C++ application, refer to the SmartShiftEco C++ sample.

For a C application, refer to the SmartShiftEco C sample.

Subpages

  • Add_Back - Adds an interface to the end of a list.
  • At - Returns the reference counted interface at the requested location.

See Also: IADLXApplication, Add_Back, At, SmartShiftEco, SmartShiftEco