Skip to content

RemoveGPUsListEventListener

Navigation: ADLX SDK ReferencesADLX InterfacesGPUIADLXGPUsChangedHandling

Syntax

ADLX_RESULT    RemoveGPUsListEventListener (IADLXGPUsEventListener* pListener)

Parameters

#DirectionNameTypeDescription
1.[in]pListenerIADLXGPUsEventListenerThe pointer to the event listener interface to unregister from receiving the GPU list change notifications.

Return Value

If the event listener is successfully unregistered, ADLX_OK is returned.

If the event listener is not successfully unregistered, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

After the event listener is successfully unregistered, ADLX will no longer call OnGPUListChanged method of the listener when the GPU list changes. The application can discard the event listener instance.

Requirements

Headerinclude “ISystem.h”
Minimum version1.0

See Also: IADLXGPUsEventListener, OnGPUListChanged