IADLXSimpleEyefinity
The IADLXSimpleEyefinity interface creates and destroys AMD Eyefinity desktops.
InterfaceId: |
IADLXSimpleEyefinity |
Smart Pointer Interface Name: |
IADLXSimpleEyefinityPtr |
Inherits: |
|
Inherited By: |
N/A |
To get the IADLXSimpleEyefinity, an application should get a list of desktops first via IADLXDesktopServices interface.
Methods
Method |
Description |
---|---|
Creates an AMD Eyefinity desktop with all the enabled displays. |
|
Destroys a specified AMD Eyefinity desktop. |
|
Destroys all the AMD Eyefinity desktops. |
|
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 .