Data Fields | |
int | iDisplayMapIndex |
The current display map index. It is the OS desktop index. For example, if the OS index 1 is showing clone mode, the display map will be 1. | |
ADLMode | displayMode |
The Display Mode for the current map. | |
int | iNumDisplayTarget |
The number of display targets belongs to this map . | |
int | iFirstDisplayTargetArrayIndex |
The first target array index in the Target array . | |
int | iDisplayMapMask |
The bit mask identifies the number of bits DisplayMap is currently using. It is the sum of all the bit definitions defined in ADL_DISPLAY_DISPLAYMAP_MANNER_xxx. | |
int | iDisplayMapValue |
The bit mask identifies the display status. The detailed definition is in ADL_DISPLAY_DISPLAYMAP_MANNER_xxx. |
This structure is used to store the display mapping data such as display manner. For displays with horizontal or vertical stretch manner, this structure also stores the display order, display row, and column data.
The current display map index. It is the OS desktop index. For example, if the OS index 1 is showing clone mode, the display map will be 1.
The Display Mode for the current map.
The number of display targets belongs to this map
.
The first target array index in the Target array
.
The bit mask identifies the number of bits DisplayMap is currently using. It is the sum of all the bit definitions defined in ADL_DISPLAY_DISPLAYMAP_MANNER_xxx.
The bit mask identifies the display status. The detailed definition is in ADL_DISPLAY_DISPLAYMAP_MANNER_xxx.