Skip to content

IADLXGPUAppsListEventListener

Navigation: ADLX SDK ReferencesADLX InterfacesGPU

The IADLXGPUAppsListEventListener interface can be implemented in an application to receive updates from ADLX when the list of applications running on a GPU changes.

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

ADLX calls the OnGPUAppsListChanged method of the interface to provide an updated list of GPU applications.

To receive these updates, an instance of the implemented IADLXGPUAppsListEventListener interface must be passed to AddGPUAppsListEventListener.

For more information on how to subscribe for event notifications, refer to Subscribing to Event Notifications using ADLX.

Methods

MethodDescription
OnGPUAppsListChangedOnGPUAppsListChanged is called by ADLX to provide an updated list of GPU applications.

Requirements

Headerinclude “IApplications”
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

  • OnGPUAppsListChanged - OnGPUAppsListChanged is called by ADLX to provide an updated list of GPU applications.

See Also: AddGPUAppsListEventListener, OnGPUAppsListChanged, SmartShiftEco, SmartShiftEco, Subscribing to Event Notifications using ADLX