Functions | |
int | ADL_Display_ControllerOverlayAdjustmentCaps_Get (int iAdapterIndex, ADLControllerOverlayInput *lpOverlayInput, ADLControllerOverlayInfo *lpCapsInfo) |
Function to get the minimum, maximum, and default values of an overlay adjustment. | |
int | ADL_Display_ControllerOverlayAdjustmentData_Get (int iAdapterIndex, ADLControllerOverlayInput *lpOverlay) |
Function to retrieve the current setting of an overlay adjustment. | |
int | ADL_Display_ControllerOverlayAdjustmentData_Set (int iAdapterIndex, ADLControllerOverlayInput *lpOverlay) |
Function to set the current setting of an overlay adjustment. |
int ADL_Display_ControllerOverlayAdjustmentCaps_Get | ( | int | iAdapterIndex, | |
ADLControllerOverlayInput * | lpOverlayInput, | |||
ADLControllerOverlayInfo * | lpCapsInfo | |||
) |
Function to get the minimum, maximum, and default values of an overlay adjustment.
This function retrieves the minimum, maximum, and default values of an overlay adjustment for a specified adapter.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in] | lpOverlayInput | The pointer to the ADLControllerOverlayInput structure. |
[in,out] | lpCapsInfo | The pointer to the ADLControllerOverlayInfo structure storing the retrieved overlay adjustment information. |
int ADL_Display_ControllerOverlayAdjustmentData_Get | ( | int | iAdapterIndex, | |
ADLControllerOverlayInput * | lpOverlay | |||
) |
Function to retrieve the current setting of an overlay adjustment.
This function retrieves the current setting of an overlay adjustment.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[out] | lpOverlay | The pointer to the retrieved overlay adjustment ADLControllerOverlayInput structure. |
int ADL_Display_ControllerOverlayAdjustmentData_Set | ( | int | iAdapterIndex, | |
ADLControllerOverlayInput * | lpOverlay | |||
) |
Function to set the current setting of an overlay adjustment.
This function sets the current setting of an overlay adjustment.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in,out] | lpOverlay | The pointer to the overlay adjustment ADLControllerOverlayInput structure. |