Functions | |
int | ADL2_Display_UnderscanSupport_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int *lpSupport) |
Function to get the value of under scan support. | |
int | ADL2_Display_UnderscanState_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int *lpCurrent, int *lpDefault) |
Function to get the value of under scan enabled. | |
int | ADL2_Display_UnderscanState_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int iUnderscanEnabled) |
Function to set the value of under scan enabled. | |
int | ADL2_Display_Underscan_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int iCurrent) |
Function to set the current value of underscan. | |
int | ADL_Display_Underscan_Set (int iAdapterIndex, int iDisplayIndex, int iCurrent) |
Function to set the current value of underscan. | |
int | ADL2_Display_Underscan_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int *lpCurrent, int *lpDefault, int *lpMin, int *lpMax, int *lpStep) |
Function to retrieve the detailed information for underscan. | |
int | ADL_Display_Underscan_Get (int iAdapterIndex, int iDisplayIndex, int *lpCurrent, int *lpDefault, int *lpMin, int *lpMax, int *lpStep) |
Function to retrieve the detailed information for underscan. | |
int | ADL2_Display_Overscan_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int iCurrent) |
Function to set the current value of gamma for each controller. | |
int | ADL_Display_Overscan_Set (int iAdapterIndex, int iDisplayIndex, int iCurrent) |
Function to set the current value of gamma for each controller. | |
int | ADL2_Display_Overscan_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int *lpCurrent, int *lpDefualt, int *lpMin, int *lpMax, int *lpStep) |
Function to retrieve the current value of gamma for each controller. | |
int | ADL_Display_Overscan_Get (int iAdapterIndex, int iDisplayIndex, int *lpCurrent, int *lpDefualt, int *lpMin, int *lpMax, int *lpStep) |
Function to retrieve the current value of gamma for each controller. |
int ADL2_Display_UnderscanSupport_Get | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
int | iDisplayIndex, | |||
int * | lpSupport | |||
) |
Function to get the value of under scan support.
This function gets the display under scan support flag for a specified adapter, display.
[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] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[in] | *lpSupport | pointer to the the under scan support value. |
int ADL2_Display_UnderscanState_Get | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
int | iDisplayIndex, | |||
int * | lpCurrent, | |||
int * | lpDefault | |||
) |
Function to get the value of under scan enabled.
This function gets the display under scan enabled flag for a specified adapter, display.
[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] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[in] | *lpCurrent | pointer to the the under scan enabled current value. Enabled :1 ; disabled:0 |
[in] | *lpDefault | pointer to the the under scan enabled default value. Enabled :1 ; disabled:0 |
int ADL2_Display_UnderscanState_Set | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
int | iDisplayIndex, | |||
int | iUnderscanEnabled | |||
) |
Function to set the value of under scan enabled.
This function sets the display under scan enabled flag for a specified adapter, display.
[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] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[in] | iUnderscanEnabled | the the under scan enabled value. Enabled :1 ; disabled:0 |
int ADL2_Display_Underscan_Set | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
int | iDisplayIndex, | |||
int | iCurrent | |||
) |
Function to set the current value of underscan.
This function sets the display underscan for a specified adapter, display.
[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] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[in] | iCurrent | The desired underscan value. |
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_Underscan_Set | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int | iCurrent | |||
) |
Function to set the current value of underscan.
This function sets the display underscan for a specified adapter, display.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[in] | iCurrent | The desired underscan value. |
int ADL2_Display_Underscan_Get | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
int | iDisplayIndex, | |||
int * | lpCurrent, | |||
int * | lpDefault, | |||
int * | lpMin, | |||
int * | lpMax, | |||
int * | lpStep | |||
) |
Function to retrieve the detailed information for underscan.
This function retrieves the detailed information for underscan.
[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] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[out] | lpCurrent | The pointer to the current underscan value. |
[out] | lpDefault | The pointer to the default underscan value. |
[out] | lpMin | The pointer to the minimum underscan value. |
[out] | lpMax | The pointer to the maximum underscan value. |
[out] | lpStep | The pointer to the increment of the underscan setting. |
int ADL_Display_Underscan_Get | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int * | lpCurrent, | |||
int * | lpDefault, | |||
int * | lpMin, | |||
int * | lpMax, | |||
int * | lpStep | |||
) |
Function to retrieve the detailed information for underscan.
This function retrieves the detailed information for underscan.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[out] | lpCurrent | The pointer to the current underscan value. |
[out] | lpDefault | The pointer to the default underscan value. |
[out] | lpMin | The pointer to the minimum underscan value. |
[out] | lpMax | The pointer to the maximum underscan value. |
[out] | lpStep | The pointer to the increment of the underscan setting. |
int ADL2_Display_Overscan_Set | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
int | iDisplayIndex, | |||
int | iCurrent | |||
) |
Function to set the current value of gamma for each controller.
This function sets the Overscan value for a specified display.
[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] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[in] | iCurrent | The desired Overscan value. |
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_Overscan_Set | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int | iCurrent | |||
) |
Function to set the current value of gamma for each controller.
This function sets the Overscan value for a specified display.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[in] | iCurrent | The desired Overscan value. |
int ADL2_Display_Overscan_Get | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
int | iDisplayIndex, | |||
int * | lpCurrent, | |||
int * | lpDefualt, | |||
int * | lpMin, | |||
int * | lpMax, | |||
int * | lpStep | |||
) |
Function to retrieve the current value of gamma for each controller.
This function retrieves the Overscan value for a specified display.
[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] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[out] | lpCurrent | The pointer to the current Overscan value. |
[out] | lpDefualt | The pointer to the default Overscan value. |
[out] | lpMin | The pointer to the minimum Overscan value. |
[out] | lpMax | The pointer to the maximum Overscan value. |
[out] | lpStep | The pointer to the increment of the Overscan value. |
int ADL_Display_Overscan_Get | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int * | lpCurrent, | |||
int * | lpDefualt, | |||
int * | lpMin, | |||
int * | lpMax, | |||
int * | lpStep | |||
) |
Function to retrieve the current value of gamma for each controller.
This function retrieves the Overscan value for a specified display.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[out] | lpCurrent | The pointer to the current Overscan value. |
[out] | lpDefualt | The pointer to the default Overscan value. |
[out] | lpMin | The pointer to the minimum Overscan value. |
[out] | lpMax | The pointer to the maximum Overscan value. |
[out] | lpStep | The pointer to the increment of the Overscan value. |