pr_initialized.rst (357B)
1 PR_Initialized 2 ============== 3 4 Checks whether the runtime has been initialized. 5 6 7 Syntax 8 ------ 9 10 .. code:: 11 12 #include <prinit.h> 13 14 PRBool PR_Initialized(void); 15 16 17 Returns 18 ~~~~~~~ 19 20 The function returns one of the following values: 21 22 - If :ref:`PR_Init` has already been called, ``PR_TRUE``. 23 - If :ref:`PR_Init` has not already been called, ``PR_FALSE``.