Skip to content

IADLXDisplayBlanking

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

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

MethodDescription
IsCurrentBlankedChecks if the current display is blanked.
IsCurrentUnblankedCheck if the current display is unblanked.
IsSupportedCheck if display blanking is supported on a display.
SetBlankedSet the state of display blanking to “blanked”.
SetUnblankedSet the state of display blanking to “unblanked”.

Requirements

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

Subpages

API Reference

This page references: