IADLXDisplaySettingsChangedEvent1

IADLXDisplaySettingsChangedEvent1 is an extension interface to IADLXDisplaySettingsChangedEvent . It provides methods to check for changes to the display blanking settings.

InterfaceId:

IADLXDisplaySettingsChangedEvent1

Smart Pointer Interface Name:

IADLXDisplaySettingsChangedEvent1Ptr

Inherits:

IADLXDisplaySettingsChangedEvent

Inherited By:

IADLXDisplaySettingsChangedEvent2

The IADLXDisplaySettingsChangedEvent1 interface is obtained from the IADLXDisplaySettingsChangedEvent interface using QueryInterface .

Methods

Method

Description

IsDisplayBlankingChanged

Checks if the display blanking of the display is changed.

Requirements

Header

include “IDisplays1.h”

Minimum version

1.1

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 .