IADLXGPUConnectChangedEvent
The IADLXGPUConnectChangedEvent interface provides methods to check for changes to the AMD GPUConnect settings.
InterfaceId: |
IADLXGPUConnectChangedEvent |
Smart Pointer Interface Name: |
IADLXGPUConnectChangedEventPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Gets the reference counted GPU interface on which the GPU Connect is changed. |
|
Checks if the list of applications created in the context of a GPU is changed. |
|
Checks if an error occurred during powering off a GPU. |
|
Checks if the power state of a GPU changed. |
Requirements
Header |
include “IPowerTuning1.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 .