Functions | |
int | ADL2_Overdrive8_Init_Setting_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLOD8InitSetting *lpInitSetting) |
Function to retrieve the Overdrive8 initial settings. | |
int | ADL2_Overdrive8_Current_Setting_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLOD8CurrentSetting *lpCurrentSetting) |
Function to retrieve the Overdrive8 current settings. | |
int | ADL2_Overdrive8_Setting_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLOD8SetSetting *lpSetSetting, ADLOD8CurrentSetting *lpCurrentSetting) |
Function to set the Overdrive8 settings. | |
int | ADL2_New_QueryPMLogData_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLPMLogDataOutput *lpDataOutput) |
Function to retrieve the Overdrive8 current settings. |
int ADL2_Overdrive8_Init_Setting_Get | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADLOD8InitSetting * | lpInitSetting | |||
) |
Function to retrieve the Overdrive8 initial settings.
This function retrieves the Overdrive8 initial settings 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. |
[out] | lpInitSetting | The pointer to the initial settings structure storing the retrieved Overdrive8 parameters. |
int ADL2_Overdrive8_Current_Setting_Get | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADLOD8CurrentSetting * | lpCurrentSetting | |||
) |
Function to retrieve the Overdrive8 current settings.
This function retrieves the Overdrive8 current settings 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. |
[out] | lpCurrentSetting | The pointer to the current settings structure storing the retrieved Overdrive parameters. |
int ADL2_Overdrive8_Setting_Set | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADLOD8SetSetting * | lpSetSetting, | |||
ADLOD8CurrentSetting * | lpCurrentSetting | |||
) |
Function to set the Overdrive8 settings.
This function set the Overdrive8 settings 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] | lpSetSetting | The pointer to the current settings structure set by user |
[out] | lpCurrentSetting | The pointer to the current settings structure storing the retrieved Overdrive parameters. |
int ADL2_New_QueryPMLogData_Get | ( | ADL_CONTEXT_HANDLE | context, | |
int | iAdapterIndex, | |||
ADLPMLogDataOutput * | lpDataOutput | |||
) |
Function to retrieve the Overdrive8 current settings.
This function retrieves the Overdrive8 current settings 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. |
[out] | lpDataOutput | The pointer to the ADLPMLogDataOutput structure storing the retrieved performance metrics parameters. |