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_SetPollableEvent

Set a pollable event.

Syntax

NSPR_API(PRStatus) PR_SetPollableEvent(PRFileDesc *event);

Parameter

The function has the following parameter:

event
Pointer to a PRFileDesc structure previously created via a call to PR_NewPollableEvent.

Returns

The function returns one of the following values:

  • If successful, PR_SUCCESS.
  • If unsuccessful, PR_FAILURE. The reason for the failure can be retrieved via PR_GetError.

Document Tags and Contributors

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