Skip to content

IADLXDisplaySettingsChangedListener

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

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

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

Requirements

Headerinclude “IDisplays.h”
Minimum version1.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.

Subpages

See Also: AddDisplaySettingsEventListener, OnDisplaySettingsChanged, SyncDisplayReceive, SyncDisplayReceive, Subscribing to Event Notifications using ADLX