Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 357 B image not shown  

Bilddatei pr_initialized.rst   Sprache: unbekannt

 
Untersuchungsergebnis.rst Download desUnknown {[0] [0] [0]}zum Wurzelverzeichnis wechseln

PR_Initialized
==============

Checks whether the runtime has been initialized.


Syntax
------

.. code::

   #include <prinit.h>

   PRBool PR_Initialized(void);


Returns
~~~~~~~

The function returns one of the following values:

-  If :ref:`PR_Init` has already been called, ``PR_TRUE``.
-  If :ref:`PR_Init` has not already been called, ``PR_FALSE``.

[ zur Elbe Produktseite wechseln0.83Quellennavigators  ]