Skip to content

IADLXGPUAppsListChangedHandling

Navigation: ADLX SDK ReferencesADLX InterfacesGPU

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:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
AddGPUAppsListEventListenerRegisters an event listener for notifications when the list of applications running on a GPU changes.
RemoveGPUAppsListEventListenerUnregisters an event listener from notifications when the list of applications running on a GPU changes.

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

See Also: AddGPUAppsListEventListener, RemoveGPUAppsListEventListener, IADLXInterface, SmartShiftEco, SmartShiftEco