pub unsafe extern "C" fn NvFBCDestroyCaptureSession(
sessionHandle: NVFBC_SESSION_HANDLE,
pParams: *mut NVFBC_DESTROY_CAPTURE_SESSION_PARAMS,
) -> NVFBCSTATUSExpand description
\brief Destroys a capture session for an FBC client.
This function stops a capture session and frees allocated objects.
After this function returns, it is possible to create another capture session using the corresponding API call.
\param [in] sessionHandle FBC session handle. \param [in] pParams ::NVFBC_DESTROY_CAPTURE_SESSION_PARAMS
\return ::NVFBC_SUCCESS \n ::NVFBC_ERR_INVALID_HANDLE \n ::NVFBC_ERR_API_VERSION \n ::NVFBC_ERR_BAD_REQUEST \n ::NVFBC_ERR_CONTEXT \n ::NVFBC_ERR_INTERNAL \n ::NVFBC_ERR_X