IADLXGPUAppsListChangedHandling
The IADLXGPUAppsListChangedHandling interface provides users with the ability to register and unregister for notifications when the list of applications running on a GPU changes.
InterfaceId: |
IADLXGPUAppsListChangedHandling |
Smart Pointer Interface Name: |
IADLXGPUAppsListChangedHandlingPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Registers an event listener for notifications when the list of applications running on a GPU changes. |
|
Unregisters an event listener from notifications when the list of applications running on a GPU changes. |
Requirements
Header |
include “IApplications.h” |
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 .