IADLXSimpleEyefinity

The IADLXSimpleEyefinity interface creates and destroys AMD Eyefinity desktops.

InterfaceId:

IADLXSimpleEyefinity

Smart Pointer Interface Name:

IADLXSimpleEyefinityPtr

Inherits:

IADLXInterface

Inherited By:

N/A

To get the IADLXSimpleEyefinity, an application should get a list of desktops first via IADLXDesktopServices interface.

Methods

Method

Description

Create

Creates an AMD Eyefinity desktop with all the enabled displays.

Destroy

Destroys a specified AMD Eyefinity desktop.

DestroyAll

Destroys all the AMD Eyefinity desktops.

IsSupported

Checks if an AMD Eyefinity desktop can be created with all the enabled displays.

Requirements

Header

include “IDesktops.h”

Minimum version

1.0

Example

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

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