Skip to content

IADLXGPUConnectChangedListener

Navigation: ADLX SDK ReferencesADLX InterfacesPower Tuning

The IADLXGPUConnectChangedListener interface is implemented in the application to receive an event from ADLX when AMD GPUConnect settings change.

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

An instance of the implemented IADLXGPUConnectChangedListener interface must be passed to StartPowerOff to register for notifications when the state of the AMD GPUConnect changes.

For more information about subscribing for event notifications, refer to Subscribing to Event Notifications using ADLX.

Methods

MethodDescription
OnGPUConnectChangedOnGPUConnectChanged is called by ADLX when GPU connect settings change.

Requirements

Headerinclude “IPowerTuning1.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

  • OnGPUConnectChanged - OnGPUConnectChanged is called by ADLX when GPU connect settings change.

See Also: StartPowerOff, OnGPUConnectChanged, SmartShiftEco, SmartShiftEco, Subscribing to Event Notifications using ADLX