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.

PRCallOnceFN

Defines the signature of the function a client must implement.

Syntax

#include <prinit.h>

typedef PRStatus (PR_CALLBACK *PRCallOnceFN)(void);

Description

The function is called to perform the initialization desired. The function is expected to return a PRStatus indicating the outcome of the process.

Document Tags and Contributors

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