IADLXGPUAppsListEventListener
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
Method |
Description |
---|---|
OnGPUAppsListChanged is called by ADLX to provide an updated list of GPU applications. |
Requirements
Header |
include “IApplications” |
Minimum version |
1.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 .