IADLXDisplaySettingsChangedListener

The IADLXDisplaySettingsChangedListener interface is implemented in the application to receive an event from ADLX when display settings change.

InterfaceId:

N/A

Smart Pointer Interface Name:

N/A

Inherits:

N/A

Inherited By:

N/A

An instance of the implemented IADLXDisplaySettingsChangedListener interface must be passed to AddDisplaySettingsEventListener to register for notifications when display settings change.

For more information about subscribing for notifications, refer to Subscribing to Event Notifications using ADLX .

Methods

Method

Description

OnDisplaySettingsChanged

The OnDisplaySettingsChanged method is called by ADLX when the display settings change.

Requirements

Header

include “IDisplays.h”

Minimum version

1.0

Example

To see how to use this interface in a C++ application, refer to the SyncDisplayReceive C++ sample .

For a C application, refer to the SyncDisplayReceive C sample .