ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about display target information. More...
#include <adl_structures.h>
Data Fields | |
ADLDisplayID | displayID |
The Display ID. More... | |
int | iDisplayMapIndex |
The display map index identify this manner and the desktop surface. More... | |
int | iDisplayTargetMask |
The bit mask identifies the number of bits DisplayTarget is currently using. It is the sum of all the bit definitions defined in ADL_DISPLAY_DISPLAYTARGET_PREFERRED. More... | |
int | iDisplayTargetValue |
The bit mask identifies the display status. The detailed definition is in ADL_DISPLAY_DISPLAYTARGET_PREFERRED. More... | |
Structure containing information about display target information.
This structure is used to store the display target information.
ADLDisplayID ADLDisplayTarget::displayID |
The Display ID.
int ADLDisplayTarget::iDisplayMapIndex |
The display map index identify this manner and the desktop surface.
int ADLDisplayTarget::iDisplayTargetMask |
The bit mask identifies the number of bits DisplayTarget is currently using. It is the sum of all the bit definitions defined in ADL_DISPLAY_DISPLAYTARGET_PREFERRED.
int ADLDisplayTarget::iDisplayTargetValue |
The bit mask identifies the display status. The detailed definition is in ADL_DISPLAY_DISPLAYTARGET_PREFERRED.