AddGPUsListEventListener
Registers an event listener for notifications when the GPU list changes.
Syntax
ADLX_RESULT AddGPUsListEventListener (IADLXGPUsEventListener * pListener)
Parameters
-
[in]
pListener IADLXGPUsEventListener * The pointer to the event listener interface to register for receiving the GPU list change notifications.
Return Value
If the event listener is successfully registered, ADLX_OK is returned.
If the event listener is not successfully registered, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Remarks
After the event listener is successfully registered, ADLX will call OnGPUListChanged of the listener when the GPU list changes.
The event listener instance must exist until the application unregisters the event listener with RemoveGPUsListEventListener .
Requirements
Header |
include “ISystem.h” |
Minimum version |
1.0 |