Functions | |
int | ADL2_Display_ControllerOverlayAdjustmentCaps_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLControllerOverlayInput *lpOverlayInput, ADLControllerOverlayInfo *lpCapsInfo) |
Function to get the minimum, maximum, and default values 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. | |
int | ADL2_Display_ControllerOverlayAdjustmentData_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLControllerOverlayInput *lpOverlay) |
Function to retrieve the current setting of an overlay adjustment. | |
int | ADL_Display_ControllerOverlayAdjustmentData_Get (int iAdapterIndex, ADLControllerOverlayInput *lpOverlay) |
Function to retrieve the current setting of an overlay adjustment. | |
int | ADL2_Display_ControllerOverlayAdjustmentData_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLControllerOverlayInput *lpOverlay) |
Function to set 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 ADL2_Display_ControllerOverlayAdjustmentCaps_Get | ( | ADL_CONTEXT_HANDLE | context, | |
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] | context,: | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[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_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 ADL2_Display_ControllerOverlayAdjustmentData_Get | ( | ADL_CONTEXT_HANDLE | context, | |
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] | context,: | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[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_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 ADL2_Display_ControllerOverlayAdjustmentData_Set | ( | ADL_CONTEXT_HANDLE | context, | |
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] | context,: | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in,out] | lpOverlay | The pointer to the overlay adjustment ADLControllerOverlayInput structure. |
Clients can use ADL2 version of the API to assure that there is no interference with other ADL clients that are running in the same process . Such clients have to call ADL2_Main_Control_Create first to obtain ADL_CONTEXT_HANDLE instance that has to be passed to each subsequent ADL2 call and finally destroyed using ADL2_Main_Control_Destroy.
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. |