[][src]Type Definition pkcs11::functions::C_GetOperationState

type C_GetOperationState = extern "C" fn(hSession: CK_SESSION_HANDLE, pOperationState: CK_BYTE_PTR, pulOperationStateLen: CK_ULONG_PTR) -> CK_RV;

C_GetOperationState obtains the state of the cryptographic operation in a session.

Function Paramters

  • hSession: session's handle
  • pOperationState: gets state
  • pulOperationStateLen: gets state length