Visit Mozilla.org

PRStatus

From MDC


< NSPR API Reference < NSPR Types

Type for status code returned by some functions.

[edit] Syntax

#include <prtypes.h>

typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;