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_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. |