ADL (AMD Display Library) Public APIs
Version 17.1
|
This group describes the Power Management Related of APIs. More...
Functions | |
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. More... | |
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. More... | |
int | ADL2_BOOST_SettingsX2_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_BOOST_SETTINGS settings, ADL_BOOST_NOTFICATION_REASON changeReason, ADL_ERROR_REASON2 *errorReason) |
int | ADL2_Chill_Caps_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *iSupported, int *iCheckCaps) |
int | ADL2_Chill_Settings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpEnabled) |
int | ADL2_Chill_Settings_Notify (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iChanged) |
int | ADL2_Chill_Settings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iEnabled) |
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. More... | |
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. More... | |
int | ADL2_CHILL_SettingsX3_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_CHILL_SETTINGS settings, ADL_CHILL_NOTFICATION_REASON changeReason, ADL_ERROR_REASON2 *errorReason) |
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. More... | |
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. More... | |
int | ADL2_DELAG_SettingsX2_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_DELAG_SETTINGS settings, ADL_DELAG_NOTFICATION_REASON changeReason, ADL_ERROR_REASON2 *errorReason) |
int | ADL2_ElmCompatibilityMode_Caps (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpSupported, int *lpDefault) |
int | ADL2_ElmCompatibilityMode_Status_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpValue) |
int | ADL2_ElmCompatibilityMode_Status_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iValue) |
int | ADL2_FPS_Caps (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpSupported, int *lpVersion) |
Function to retrieve FPS Global Setting Capability. More... | |
int | ADL2_FPS_Settings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLFPSSettingsOutput *lpFPSSettings) |
Function to retrieve FPS Global Settings. More... | |
int | ADL2_FPS_Settings_Reset (ADL_CONTEXT_HANDLE context, int iAdapterIndex) |
Function to reset FPS Global Settings. More... | |
int | ADL2_FPS_Settings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLFPSSettingsInput lpFPSSettings) |
Function to update FPS Global Settings. More... | |
int | ADL2_PerformanceTuning_Caps (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpSupported, int *lpDefault) |
int | ADL2_PerfTuning_Status_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpPTuningValue) |
int | ADL2_PerfTuning_Status_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int lpPTuningValue) |
int | ADL2_PPW_Caps (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpSupported, int *lpDefault) |
int | ADL2_PPW_Status_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpFPWValue) |
int | ADL2_PPW_Status_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iFPWValue) |
int | ADL2_PROVSR_Settings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_PROVSR_SETTINGS *settings) |
Function to get the Pro VSR settings This function retrieves the Pro VSR for a specified display adapter. More... | |
int | ADL2_PROVSR_Settings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_PROVSR_SETTINGS settings, ADL_PROVSR_NOTFICATION_REASON changeReason, ADL_ERROR_REASON *errorReason) |
Function to set Pro VSR settings This function sets the user input values to VSR feature. More... | |
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. More... | |
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. More... | |
This group describes the Power Management Related of APIs.
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 |
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_SettingsX2_Set | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
ADL_BOOST_SETTINGS | settings, | ||
ADL_BOOST_NOTFICATION_REASON | changeReason, | ||
ADL_ERROR_REASON2 * | errorReason | ||
) |
[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_REASON2 : structure with the error feilds in settings parameter. client should refer to this feild when set call is filed. |
int ADL2_Chill_Caps_Get | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int * | iSupported, | ||
int * | iCheckCaps | ||
) |
[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] | iSupported | The pointer to an int variable which indicates if Global Chill is supported ( ADL_TRUE : enabled, ADL_FALSE : disabled) |
[out] | iCheckCaps | The pointer to an int variable which indicates if iSupported flag is to be considered from Clients ( ADL_TRUE : iSupported to be considered, ADL_FALSE : ignore iSupported) |
int ADL2_Chill_Settings_Get | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int * | lpEnabled | ||
) |
[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] | lpEnabled | The pointer to an int variable which indicates if Global Chill is enabled ( ADL_TRUE : enabled, ADL_FALSE : disabled) |
int ADL2_Chill_Settings_Notify | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int | iChanged | ||
) |
[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] | iChanged | ADL_TRUE ADL_FALSE |
int ADL2_Chill_Settings_Set | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int | iEnabled | ||
) |
[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] | iEnabled | ADL_TRUE : enables Global Chill, ADL_FALSE : disables Global Chill. |
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_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_SettingsX3_Set | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
ADL_CHILL_SETTINGS | settings, | ||
ADL_CHILL_NOTFICATION_REASON | changeReason, | ||
ADL_ERROR_REASON2 * | errorReason | ||
) |
[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_REASON2 : 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_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_SettingsX2_Set | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
ADL_DELAG_SETTINGS | settings, | ||
ADL_DELAG_NOTFICATION_REASON | changeReason, | ||
ADL_ERROR_REASON2 * | errorReason | ||
) |
[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_REASON2 : structure with the error feilds in settings parameter. client should refer to this feild when set call is filed. |
int ADL2_ElmCompatibilityMode_Caps | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int * | lpSupported, | ||
int * | lpDefault | ||
) |
This function retrieves the Compatibility Mode 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 CompatibilityMode Feature Support. |
int ADL2_ElmCompatibilityMode_Status_Get | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int * | lpValue | ||
) |
This function retrieves Compatibility Mode status.
[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] | lpCompatibilityModeValue | : Pointer to the current CompatibilityMode status obtained |
int ADL2_ElmCompatibilityMode_Status_Set | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int | iValue | ||
) |
This function update Compatibility Mode status.
[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] | iFPWValue | : CompatibilityMode status to update the current compatibility Status |
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_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_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_PerformanceTuning_Caps | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int * | lpSupported, | ||
int * | lpDefault | ||
) |
This function retrieves the Performance Tuning 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 Performance Tuning Feature Support. |
[out] | lpDefault | : Integer indicating default Performance Tuning value |
int ADL2_PerfTuning_Status_Get | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int * | lpPTuningValue | ||
) |
This function retrieves Performance ui tunning status.
[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] | lpPTuningValue | : Pointer to the current performance tuning status obtained |
int ADL2_PerfTuning_Status_Set | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int | lpPTuningValue | ||
) |
This function update FPS Performance ui tunning status.
[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] | lpPTuningValue | : performance tuning status to update the current Performance Per Watt Status |
int ADL2_PPW_Caps | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int * | lpSupported, | ||
int * | lpDefault | ||
) |
This function retrieves the Performance Per Watt 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 PPW Feature Support. |
int ADL2_PPW_Status_Get | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int * | lpFPWValue | ||
) |
This function retrieves Performance Per Watt status.
[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] | lpPPWValue | : Pointer to the current PPW status obtained |
int ADL2_PPW_Status_Set | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int | iFPWValue | ||
) |
This function update FPS Performance Per Watt status.
[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] | iFPWValue | : PPW status to update the current Performance Per Watt Status |
int ADL2_PROVSR_Settings_Get | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
ADL_PROVSR_SETTINGS * | settings | ||
) |
Function to get the Pro VSR settings This function retrieves the Pro VSR 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 VSR data structure |
int ADL2_PROVSR_Settings_Set | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
ADL_PROVSR_SETTINGS | settings, | ||
ADL_PROVSR_NOTFICATION_REASON | changeReason, | ||
ADL_ERROR_REASON * | errorReason | ||
) |
Function to set Pro VSR settings This function sets the user input values to VSR 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_PROVSR_SETTINGS : structure with the input values |
[in] | changeReason | ADL_PROVSR_SETTINGS_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_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_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 |