PRStatus

Type for status code returned by some functions.

Syntax

#include <prtypes.h>
typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;

Document Tags and Contributors

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