From c4f5a0aff93e05b3c01de0dbdc7c05e5d9530eda Mon Sep 17 00:00:00 2001 From: Igor Govorov Date: Wed, 11 Apr 2018 18:28:51 +0300 Subject: Push GeForceExperience SDK 1.1.201 --- doc/html/iops_8h.html | 190 -------------------------------------------------- 1 file changed, 190 deletions(-) delete mode 100644 doc/html/iops_8h.html (limited to 'doc/html/iops_8h.html') diff --git a/doc/html/iops_8h.html b/doc/html/iops_8h.html deleted file mode 100644 index 4e46d9d..0000000 --- a/doc/html/iops_8h.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - -NVIDIAGeForceExperienceSDK: C:/u/workspace/dev/sdkwinauto/sdkclient/include/gfesdk/ops/iops.h File Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
NVIDIAGeForceExperienceSDK -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
iops.h File Reference
-
-
-
-Include dependency graph for iops.h:
-
-
- - - - - - -
-
-

Go to the source code of this file.

- - - - -

-Functions

NVGSDK_EXPORT void NVGSDKApi NVGSDK_OPS_OptimizeAsync (NVGSDK_HANDLE *handle, NVGSDK_OPS_OptimizeParams const *params, NVGSDK_EmptyCallback callback, void *context)
 
-

Detailed Description

-

C GfeSDK OPS API

- -

Definition in file iops.h.

-

Function Documentation

- -

§ NVGSDK_OPS_OptimizeAsync()

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NVGSDK_EXPORT void NVGSDKApi NVGSDK_OPS_OptimizeAsync (NVGSDK_HANDLE * handle,
NVGSDK_OPS_OptimizeParams const * params,
NVGSDK_EmptyCallback callback,
void * context 
)
-
-

Allows games to optimize themselves with GeforceExperience.

-
Parameters
- - - - - -
handle[in]- Valid SDK handle returned by NVGSDK_Create
params[in]- Optimization parameters that help to find correct game.
callback[in]- Callback return function as described by Asynchronous Calls
context[in]- Opaque context pointer as described by Asynchronous Calls
-
-
-
Return values
- - - - - - - -
NVGSDK_SUCCESS- Call was successful
NVGSDK_ERR_INVALID_PARAMETER- Invalid handle or other pointer provided
NVGSDK_ERR_APPLICATION_LOOKUP_FAILED- Game isn't recognized
NVGSDK_ERR_APP_NO_OPTIMIZATION- Game is recognized but has no optimizations to apply
NVGSDK_ERR_APP_SETTINGS_READ- Error during reading game settings.
NVGSDK_ERR_APP_SETTINGS_WRITE- Error during writing game settings.
-
-
- -
-
-
-
- - - - - -- cgit v1.2.3