Source code

Revision control

Copy as Markdown

Other Tools

(mozilla-projects-nss-reference-fc-cancelfunction)=
# FC_CancelFunction
## [Name](#name)
:::{container}
FC_CancelFunction - cancel a function running in parallel
:::
## [Syntax](#syntax)
:::{container}
```{code}
CK_RV FC_CancelFunction(
CK_SESSION_HANDLE hSession
);
```
:::
## [Parameters](#parameters)
:::{container}
`hSession`
: [in] session handle.
:::
## [Description](#description)
:::{container}
Parallel functions are not implemented. `FC_CancelFunction` is a legacy function that simply
returns `CKR_FUNCTION_NOT_PARALLEL`.
:::
## [Return value](#return_value)
:::{container}
`FC_CancelFunction` always returns `CKR_FUNCTION_NOT_PARALLEL`.
:::
## [Examples](#examples)
## [See also](#see_also)
:::{container}
- [NSC_CancelFunction](/en-US/NSC_CancelFunction)
:::