IADLXDisplayBlanking

The IADLXDisplayBlanking interface configures the display blanking settings on a display.

InterfaceId:

IADLXDisplayBlanking

Smart Pointer Interface Name:

IADLXDisplayBlankingPtr

Inherits:

IADLXInterface

Inherited By:

N/A

Methods

Method

Description

IsCurrentBlanked

Checks if the current display is blanked.

IsCurrentUnblanked

Check if the current display is unblanked.

IsSupported

Check if display blanking is supported on a display.

SetBlanked

Set the state of display blanking to “blanked”.

SetUnblanked

Set the state of display blanking to “unblanked”.

Requirements

Header

include”IDisplaySettings.h”

Minimum version

1.1

Example

To use this interface in a C++ application, refer to the DisplayBlanking C++ sample .

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