Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_Initialized

Checks whether the runtime has been initialized.

Syntax

#include <prinit.h>

PRBool PR_Initialized(void);

Returns

The function returns one of the following values:

  • If PR_Init has already been called, PR_TRUE.
  • If PR_Init has not already been called, PR_FALSE.

Document Tags and Contributors

 Contributors to this page: teoli, Rappo
 Last updated by: teoli,