Skip to content

IADLXApplication

Navigation: ADLX SDK ReferencesADLX InterfacesMiscellaneous

The IADLXApplication interface provides properties of an application.

InterfaceId:IADLXApplication
Smart Pointer Interface Name:IADLXApplicationPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
FullPathGets the full-qualified path for an application.
GPUDependencyTypeGets the GPU dependency type for an application.
NameGets the name for an application.
ProcessIDGets the process ID for an application.

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

  • FullPath - Gets the full-qualified path for an application.
  • GPUDependencyType - Gets the GPU dependency type for an application.
  • Name - Gets the name for an application.
  • ProcessID - Gets the process ID for an application.

API Reference

This page references: