IADLXGPUsChangedHandling

The IADLXGPUsChangedHandling interface allows registering and unregistering for notifications when the GPU list changes.

InterfaceId:

IADLXGPUsChangedHandling

Smart Pointer Interface Name:

IADLXGPUsChangedHandlingPtr

Inherits:

IADLXInterface

Inherited By:

N/A

Methods

Method

Description

AddGPUsListEventListener

Registers an event listener for notifications when the GPU list changes.

RemoveGPUsListEventListener

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 .