From 826ad16b363accc4029178cf9087b02362245e11 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 9 Nov 1999 19:35:30 +0000 Subject: debugging rpcclient spoolenum and spooljobs commands. oh, did i forget to mention, there's a spooljobs command, and it uses command-line completion? prints out NT print jobs really nicely, too. (This used to be commit e6e5caf16c8d120f0c11fa63061f2786098e3357) --- source3/include/nterr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/nterr.h') diff --git a/source3/include/nterr.h b/source3/include/nterr.h index 21e245d287..86c049495c 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -2,6 +2,10 @@ #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) + /* 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 -- cgit