Visit Mozilla.org

FC GetFunctionStatus

From MDC


[edit] Name

FC_GetFunctionStatus - get the status of a function running in parallel

[edit] Syntax

CK_RV FC_GetFunctionStatus(
  CK_SESSION_HANDLE hSession
);

[edit] Parameters

hSession
[in] session handle.

[edit] Description

FC_GetFunctionStatus is a legacy function that simply returns CKR_FUNCTION_NOT_PARALLEL.

[edit] Return value

FC_GetFunctionStatus always returns CKR_FUNCTION_NOT_PARALLEL.

[edit] Examples

[edit] See also