IADLXGPUsChangedHandling
The IADLXGPUsChangedHandling interface allows registering and unregistering for notifications when the GPU list changes.
InterfaceId: |
IADLXGPUsChangedHandling |
Smart Pointer Interface Name: |
IADLXGPUsChangedHandlingPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Registers an event listener for notifications when the GPU list changes. |
|
Unregisters an event listener from notifications when the GPU list changes. |
Requirements
Header |
include “ISystem.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the GPUs C++ sample .
For a C application, refer to the GPUs C sample .