From 25528fd230f5f4298c35123a833cdb112675808e Mon Sep 17 00:00:00 2001 From: Dave Clark Date: Wed, 28 Feb 2018 17:22:22 -0500 Subject: Push SDK # 1.1.186 Documentation updates. --- doc/html/iops_8h.html | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create 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 new file mode 100644 index 0000000..4e46d9d --- /dev/null +++ b/doc/html/iops_8h.html @@ -0,0 +1,190 @@ + + + + + + + + +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