diff options
author | Jean-François Micouleau <jfm@samba.org> | 2000-02-07 16:27:03 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 2000-02-07 16:27:03 +0000 |
commit | b7ef313b3140af0813ed0fd94b0394d202e33f06 (patch) | |
tree | 2cc5e234c129599f1ca119b07b6d994127bdedc7 /source3/include/nterr.h | |
parent | 195e3d44daccc3b6457486018ba0322ac9d44566 (diff) | |
download | samba-b7ef313b3140af0813ed0fd94b0394d202e33f06.tar.gz samba-b7ef313b3140af0813ed0fd94b0394d202e33f06.tar.xz samba-b7ef313b3140af0813ed0fd94b0394d202e33f06.zip |
spoolss include definitions
J.F.
(This used to be commit 853a1a3027dde7608027dc78f6e15789d5fc9152)
Diffstat (limited to 'source3/include/nterr.h')
-rw-r--r-- | source3/include/nterr.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h index a94464a013e..87935091195 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -1,7 +1,18 @@ + +/* Win32 Status codes. */ + +#define STATUS_BUFFER_OVERFLOW (5) +#define STATUS_MORE_ENTRIES (0x105) +#define ERROR_INVALID_HANDLE (6) +#define ERROR_INVALID_PARAMETER (87) +#define ERROR_INSUFFICIENT_BUFFER (122) +#define STATUS_1804 (1804) + /* these are the NT error codes less than 1000. They are here for when we start supporting NT error codes in Samba. They were extracted using a loop in smbclient then printing a netmon sniff to a file */ +#define NT_STATUS_NO_PROBLEMO (0) #define NT_STATUS_UNSUCCESSFUL (1) #define NT_STATUS_NOT_IMPLEMENTED (2) #define NT_STATUS_INVALID_INFO_CLASS (3) |