FC_GetFunctionStatus

Name

FC_GetFunctionStatus - get the status of a function running in parallel

Syntax

CK_RV FC_GetFunctionStatus(
  CK_SESSION_HANDLE hSession
);

Parameters

hSession
[in] session handle.

Description

FC_GetFunctionStatus is a legacy function that simply returns CKR_FUNCTION_NOT_PARALLEL.

Return value

FC_GetFunctionStatus always returns CKR_FUNCTION_NOT_PARALLEL.

Examples

See also