IADLXDisplayBlanking
The IADLXDisplayBlanking interface configures the display blanking settings on a display.
InterfaceId: |
IADLXDisplayBlanking |
Smart Pointer Interface Name: |
IADLXDisplayBlankingPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Checks if the current display is blanked. |
|
Check if the current display is unblanked. |
|
Check if display blanking is supported on a display. |
|
Set the state of display blanking to “blanked”. |
|
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 .