tor-browser

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

index.rst (1067B)


      1 .. _mozilla_projects_nss_reference_fc_getfunctionstatus:
      2 
      3 FC_GetFunctionStatus
      4 ====================
      5 
      6 `Name <#name>`__
      7 ~~~~~~~~~~~~~~~~
      8 
      9 .. container::
     10 
     11   FC_GetFunctionStatus - get the status of a function running in parallel
     12 
     13 `Syntax <#syntax>`__
     14 ~~~~~~~~~~~~~~~~~~~~
     15 
     16 .. container::
     17 
     18   .. code::
     19 
     20      CK_RV FC_GetFunctionStatus(
     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   ``FC_GetFunctionStatus`` is a legacy function that simply returns ``CKR_FUNCTION_NOT_PARALLEL``.
     38 
     39 .. _return_value:
     40 
     41 `Return value <#return_value>`__
     42 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     43 
     44 .. container::
     45 
     46   ``FC_GetFunctionStatus`` always returns ``CKR_FUNCTION_NOT_PARALLEL``.
     47 
     48 `Examples <#examples>`__
     49 ~~~~~~~~~~~~~~~~~~~~~~~~
     50 
     51 .. container::
     52 
     53 .. _see_also:
     54 
     55 `See also <#see_also>`__
     56 ~~~~~~~~~~~~~~~~~~~~~~~~
     57 
     58 .. container::
     59 
     60   -  `NSC_GetFunctionStatus </en-US/NSC_GetFunctionStatus>`__