Functions | |
int | ADL2_FPS_Caps (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpSupported, int *lpVersion) |
Function to retrieve FPS Global Setting Capability. | |
int | ADL2_FPS_Settings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLFPSSettingsOutput *lpFPSSettings) |
Function to retrieve FPS Global Settings. | |
int | ADL2_FPS_Settings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLFPSSettingsInput lpFPSSettings) |
Function to update FPS Global Settings. | |
int | ADL2_FPS_Settings_Reset (ADL_CONTEXT_HANDLE context, int iAdapterIndex) |
Function to reset FPS Global Settings. | |
int | ADL2_RIS_Settings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_RIS_SETTINGS settings, ADL_RIS_NOTFICATION_REASON changeReason) |
Function to set RIS settings This function sets the user input values to RIS feature. | |
int | ADL2_RIS_Settings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_RIS_SETTINGS *settings) |
Function to get the RIS settings This function retrieves the RIS settings for a specified display adapter. | |
int | ADL2_CHILL_SettingsX2_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_CHILL_SETTINGS settings, ADL_CHILL_NOTFICATION_REASON changeReason, ADL_ERROR_REASON *errorReason) |
Function to set CHILL settings This function sets the user input values to CHILL feature. | |
int | ADL2_CHILL_SettingsX2_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_CHILL_SETTINGS *settings) |
Function to get the CHILL settings This function retrieves the CHILL settings for a specified display adapter. | |
int | ADL2_DELAG_Settings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_DELAG_SETTINGS settings, ADL_DELAG_NOTFICATION_REASON changeReason, ADL_ERROR_REASON *errorReason) |
Function to set DELAG settings This function sets the user input values to DELAG feature. | |
int | ADL2_DELAG_Settings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_DELAG_SETTINGS *settings) |
Function to get the DELAG settings This function retrieves the DELAG settings for a specified display adapter. | |
int | ADL2_BOOST_Settings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_BOOST_SETTINGS settings, ADL_BOOST_NOTFICATION_REASON changeReason, ADL_ERROR_REASON *errorReason) |
Function to set BOOST settings This function sets the user input values to BOOST feature. | |
int | ADL2_BOOST_Settings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_BOOST_SETTINGS *settings) |
Function to get the BOOST settings This function retrieves the BOOST settings for a specified display adapter. |
int ADL2_FPS_Caps | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
int * | lpSupported, | |||
int * | lpVersion | |||
) |
Function to retrieve FPS Global Setting Capability.
This function retrieves the Global Setting Capability.
[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] | lpSupported | : Integer indicating capability of the FPS Feature Support. |
[out] | lpVersion | : Integer indicating Feature Version. |
int ADL2_FPS_Settings_Get | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADLFPSSettingsOutput * | lpFPSSettings | |||
) |
Function to retrieve FPS Global Settings.
This function retrieves FPS Global Settings.
[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] | lpFPSSettings | : Pointer to ADLFPSSettingsOutput struct which will load the Global FPS Settings |
int ADL2_FPS_Settings_Set | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADLFPSSettingsInput | lpFPSSettings | |||
) |
Function to update FPS Global Settings.
This function update FPS Global Settings.
[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] | lpFPSSettings | : ADLFPSSettingsInput struct which will update the Global FPS Settings |
int ADL2_FPS_Settings_Reset | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex | |||
) |
Function to reset FPS Global Settings.
This function reset FPS Global Settings.
[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. |
int ADL2_RIS_Settings_Set | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADL_RIS_SETTINGS | settings, | |||
ADL_RIS_NOTFICATION_REASON | changeReason | |||
) |
Function to set RIS settings This function sets the user input values to RIS feature.
[in] | context,: | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The index of the desired adapter. |
[in] | settings | ADL_RIS_SETTINGS : structure with the input values |
[in] | changeReason | ADL_RIS_NOTFICATION_REASON : structure with the changed feilds in settings parameter |
int ADL2_RIS_Settings_Get | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADL_RIS_SETTINGS * | settings | |||
) |
Function to get the RIS settings This function retrieves the RIS settings for a specified display adapter.
[in] | context,: | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The index of the desired adapter. |
[out] | settings | The pointer to the pointer to the RIS data structure |
int ADL2_CHILL_SettingsX2_Set | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADL_CHILL_SETTINGS | settings, | |||
ADL_CHILL_NOTFICATION_REASON | changeReason, | |||
ADL_ERROR_REASON * | errorReason | |||
) |
Function to set CHILL settings This function sets the user input values to CHILL feature.
[in] | context,: | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The index of the desired adapter. |
[in] | settings | ADL_CHILL_SETTINGS : structure with the input values |
[in] | changeReason | ADL_CHILL_NOTFICATION_REASON : structure with the changed feilds in settings parameter |
[out] | errorReason | ADL_ERROR_REASON : structure with the error feilds in settings parameter. client should refer to this feild when set call is filed. |
int ADL2_CHILL_SettingsX2_Get | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADL_CHILL_SETTINGS * | settings | |||
) |
Function to get the CHILL settings This function retrieves the CHILL settings for a specified display adapter.
[in] | context,: | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The index of the desired adapter. |
[out] | settings | The pointer to the pointer to the CHILL data structure |
int ADL2_DELAG_Settings_Set | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADL_DELAG_SETTINGS | settings, | |||
ADL_DELAG_NOTFICATION_REASON | changeReason, | |||
ADL_ERROR_REASON * | errorReason | |||
) |
Function to set DELAG settings This function sets the user input values to DELAG feature.
[in] | context,: | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The index of the desired adapter. |
[in] | settings | ADL_DELAG_SETTINGS : structure with the input values |
[in] | changeReason | ADL_DELAG_NOTFICATION_REASON : structure with the changed feilds in settings parameter |
[out] | errorReason | ADL_ERROR_REASON : structure with the error feilds in settings parameter. client should refer to this feild when set call is filed. |
int ADL2_DELAG_Settings_Get | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADL_DELAG_SETTINGS * | settings | |||
) |
Function to get the DELAG settings This function retrieves the DELAG settings for a specified display adapter.
[in] | context,: | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The index of the desired adapter. |
[out] | settings | The pointer to the pointer to the DEALG data structure |
int ADL2_BOOST_Settings_Set | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADL_BOOST_SETTINGS | settings, | |||
ADL_BOOST_NOTFICATION_REASON | changeReason, | |||
ADL_ERROR_REASON * | errorReason | |||
) |
Function to set BOOST settings This function sets the user input values to BOOST feature.
[in] | context,: | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The index of the desired adapter. |
[in] | settings | ADL_BOOST_SETTINGS : structure with the input values |
[in] | changeReason | ADL_BOOST_NOTFICATION_REASON : structure with the changed feilds in settings parameter |
[out] | errorReason | ADL_ERROR_REASON : structure with the error feilds in settings parameter. client should refer to this feild when set call is filed. |
int ADL2_BOOST_Settings_Get | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADL_BOOST_SETTINGS * | settings | |||
) |
Function to get the BOOST settings This function retrieves the BOOST settings for a specified display adapter.
[in] | context,: | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The index of the desired adapter. |
[out] | settings | The pointer to the pointer to the BOOST data structure |