Bug 1885489 - Part 9: Add SnapshotIterator::readObject(). r=iain
[gecko.git] / docs / nspr / reference / prstatus.rst
blob15106b276bcb0f3f8ca389ca26894340d6059180
1 PRStatus
2 ========
4 Type for status code returned by some functions.
7 Syntax
8 ------
10 .. code::
12    #include <prtypes.h>
14    typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;