IADLXDisplayServices1

IADLXDisplayServices1 is an extension interface to IADLXDisplayServices . It provides access to the interface to control the display blanking feature.

InterfaceId:

IADLXDisplayServices1

Smart Pointer Interface Name:

IADLXDisplayServices1Ptr

Inherits:

IADLXDisplayServices

Inherited By:

IADLXDisplayServices2

The IADLXDisplayServices1 interface is obtained from the IADLXDisplayServices interface using QueryInterface .

Methods

Method

Description

GetDisplayBlanking

Gets the reference counted display blanking interface of a display.

Requirements

Header

include “IDisplays1.h”

Minimum version

1.1

Example

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

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