tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (1072B)


      1 .. _mozilla_projects_nss_reference_fc_cancelfunction:
      2 
      3 FC_CancelFunction
      4 =================
      5 
      6 `Name <#name>`__
      7 ~~~~~~~~~~~~~~~~
      8 
      9 .. container::
     10 
     11   FC_CancelFunction - cancel a function running in parallel
     12 
     13 `Syntax <#syntax>`__
     14 ~~~~~~~~~~~~~~~~~~~~
     15 
     16 .. container::
     17 
     18   .. code::
     19 
     20      CK_RV FC_CancelFunction(
     21        CK_SESSION_HANDLE hSession
     22      );
     23 
     24 `Parameters <#parameters>`__
     25 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     26 
     27 .. container::
     28 
     29   ``hSession``
     30      [in] session handle.
     31 
     32 `Description <#description>`__
     33 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     34 
     35 .. container::
     36 
     37   Parallel functions are not implemented. ``FC_CancelFunction`` is a legacy function that simply
     38   returns ``CKR_FUNCTION_NOT_PARALLEL``.
     39 
     40 .. _return_value:
     41 
     42 `Return value <#return_value>`__
     43 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     44 
     45 .. container::
     46 
     47   ``FC_CancelFunction`` always returns ``CKR_FUNCTION_NOT_PARALLEL``.
     48 
     49 `Examples <#examples>`__
     50 ~~~~~~~~~~~~~~~~~~~~~~~~
     51 
     52 .. container::
     53 
     54 .. _see_also:
     55 
     56 `See also <#see_also>`__
     57 ~~~~~~~~~~~~~~~~~~~~~~~~
     58 
     59 .. container::
     60 
     61   -  `NSC_CancelFunction </en-US/NSC_CancelFunction>`__