s3-spoolss: move PRINTER_ENUM_ICONMASK to IDL.
[samba.git] / source3 / include / rpc_spoolss.h
old mode 100755 (executable)
new mode 100644 (file)
index 347aca0..feabd3f
@@ -8,7 +8,7 @@
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include "librpc/gen_ndr/spoolss.h"
+
 #ifndef _RPC_SPOOLSS_H         /* _RPC_SPOOLSS_H */
 #define _RPC_SPOOLSS_H
 
  * docs on the XcvDataPort() for more details.
  */
 
-#define SPL_XCV_MONITOR_TCPMON ",XcvMonitor Standard TCP/IP Port"
+#define SPL_LOCAL_PORT            "Local Port"
+#define SPL_TCPIP_PORT            "Standard TCP/IP Port"
+#define SPL_XCV_MONITOR_LOCALMON  ",XcvMonitor Local Port"
+#define SPL_XCV_MONITOR_TCPMON    ",XcvMonitor Standard TCP/IP Port"
 
 
 #define PRINTER_CONTROL_UNPAUSE                0x00000000
 #define PRINTER_CONTROL_SET_STATUS     0x00000004
 
 #define PRINTER_STATUS_OK               0x00000000
-#define PRINTER_STATUS_PAUSED          0x00000001
-#define PRINTER_STATUS_ERROR           0x00000002
-#define PRINTER_STATUS_PENDING_DELETION        0x00000004
-#define PRINTER_STATUS_PAPER_JAM       0x00000008
-
-#define PRINTER_STATUS_PAPER_OUT       0x00000010
-#define PRINTER_STATUS_MANUAL_FEED     0x00000020
-#define PRINTER_STATUS_PAPER_PROBLEM   0x00000040
-#define PRINTER_STATUS_OFFLINE         0x00000080
-
-#define PRINTER_STATUS_IO_ACTIVE       0x00000100
-#define PRINTER_STATUS_BUSY            0x00000200
-#define PRINTER_STATUS_PRINTING                0x00000400
-#define PRINTER_STATUS_OUTPUT_BIN_FULL 0x00000800
-
-#define PRINTER_STATUS_NOT_AVAILABLE   0x00001000
-#define PRINTER_STATUS_WAITING         0x00002000
-#define PRINTER_STATUS_PROCESSING      0x00004000
-#define PRINTER_STATUS_INITIALIZING    0x00008000
-
-#define PRINTER_STATUS_WARMING_UP      0x00010000
-#define PRINTER_STATUS_TONER_LOW       0x00020000
-#define PRINTER_STATUS_NO_TONER                0x00040000
-#define PRINTER_STATUS_PAGE_PUNT       0x00080000
-
-#define PRINTER_STATUS_USER_INTERVENTION       0x00100000
-#define PRINTER_STATUS_OUT_OF_MEMORY   0x00200000
-#define PRINTER_STATUS_DOOR_OPEN       0x00400000
-#define PRINTER_STATUS_SERVER_UNKNOWN  0x00800000
-
-#define PRINTER_STATUS_POWER_SAVE      0x01000000
-
-#define SERVER_ACCESS_ADMINISTER       0x00000001
-#define SERVER_ACCESS_ENUMERATE                0x00000002
-#define PRINTER_ACCESS_ADMINISTER      0x00000004
-#define PRINTER_ACCESS_USE             0x00000008
-#define JOB_ACCESS_ADMINISTER          0x00000010
+#define JOB_ACCESS_READ                        0x00000020
 
 /* JOB status codes. */
 
 #define JOB_STATUS_BLOCKED             0x0200
 #define JOB_STATUS_USER_INTERVENTION   0x0400
 
-/* Access rights for print servers */
-#define SERVER_ALL_ACCESS      STANDARD_RIGHTS_REQUIRED_ACCESS|SERVER_ACCESS_ADMINISTER|SERVER_ACCESS_ENUMERATE
-#define SERVER_READ            STANDARD_RIGHTS_READ_ACCESS|SERVER_ACCESS_ENUMERATE
-#define SERVER_WRITE           STANDARD_RIGHTS_WRITE_ACCESS|SERVER_ACCESS_ADMINISTER|SERVER_ACCESS_ENUMERATE
-#define SERVER_EXECUTE         STANDARD_RIGHTS_EXECUTE_ACCESS|SERVER_ACCESS_ENUMERATE
-
-/* Access rights for printers */
-#define PRINTER_ALL_ACCESS     STANDARD_RIGHTS_REQUIRED_ACCESS|PRINTER_ACCESS_ADMINISTER|PRINTER_ACCESS_USE
-#define PRINTER_READ          STANDARD_RIGHTS_READ_ACCESS|PRINTER_ACCESS_USE
-#define PRINTER_WRITE         STANDARD_RIGHTS_WRITE_ACCESS|PRINTER_ACCESS_USE
-#define PRINTER_EXECUTE       STANDARD_RIGHTS_EXECUTE_ACCESS|PRINTER_ACCESS_USE
-
-/* Access rights for jobs */
-#define JOB_ALL_ACCESS STANDARD_RIGHTS_REQUIRED_ACCESS|JOB_ACCESS_ADMINISTER
-#define JOB_READ       STANDARD_RIGHTS_READ_ACCESS|JOB_ACCESS_ADMINISTER
-#define JOB_WRITE      STANDARD_RIGHTS_WRITE_ACCESS|JOB_ACCESS_ADMINISTER
-#define JOB_EXECUTE    STANDARD_RIGHTS_EXECUTE_ACCESS|JOB_ACCESS_ADMINISTER
-
-/* ACE masks for the various print permissions */
-
-#define PRINTER_ACE_FULL_CONTROL      (GENERIC_ALL_ACCESS|PRINTER_ALL_ACCESS)
-#define PRINTER_ACE_MANAGE_DOCUMENTS  (GENERIC_ALL_ACCESS|READ_CONTROL_ACCESS)
-#define PRINTER_ACE_PRINT             (GENERIC_EXECUTE_ACCESS|READ_CONTROL_ACCESS|PRINTER_ACCESS_USE)
-
-
 /* Notify field types */
 
 #define NOTIFY_ONE_VALUE 1             /* Notify data is stored in value1 */
 
 #define PRINTER_NOTIFY_OPTIONS_REFRESH         0x01
 
-#define PRINTER_CHANGE_ADD_PRINTER                     0x00000001
-#define PRINTER_CHANGE_SET_PRINTER                     0x00000002
-#define PRINTER_CHANGE_DELETE_PRINTER                  0x00000004
-#define PRINTER_CHANGE_FAILED_CONNECTION_PRINTER       0x00000008
-#define PRINTER_CHANGE_PRINTER (PRINTER_CHANGE_ADD_PRINTER | \
-                                PRINTER_CHANGE_SET_PRINTER | \
-                                PRINTER_CHANGE_DELETE_PRINTER | \
-                                PRINTER_CHANGE_FAILED_CONNECTION_PRINTER )
-
-#define PRINTER_CHANGE_ADD_JOB                         0x00000100
-#define PRINTER_CHANGE_SET_JOB                         0x00000200
-#define PRINTER_CHANGE_DELETE_JOB                      0x00000400
-#define PRINTER_CHANGE_WRITE_JOB                       0x00000800
-#define PRINTER_CHANGE_JOB     (PRINTER_CHANGE_ADD_JOB | \
-                                PRINTER_CHANGE_SET_JOB | \
-                                PRINTER_CHANGE_DELETE_JOB | \
-                                PRINTER_CHANGE_WRITE_JOB )
-
-#define PRINTER_CHANGE_ADD_FORM                                0x00010000
-#define PRINTER_CHANGE_SET_FORM                                0x00020000
-#define PRINTER_CHANGE_DELETE_FORM                     0x00040000
-#define PRINTER_CHANGE_FORM    (PRINTER_CHANGE_ADD_FORM | \
-                                PRINTER_CHANGE_SET_FORM | \
-                                PRINTER_CHANGE_DELETE_FORM )
-
-#define PRINTER_CHANGE_ADD_PORT                                0x00100000
-#define PRINTER_CHANGE_CONFIGURE_PORT                  0x00200000
-#define PRINTER_CHANGE_DELETE_PORT                     0x00400000
-#define PRINTER_CHANGE_PORT    (PRINTER_CHANGE_ADD_PORT | \
-                                PRINTER_CHANGE_CONFIGURE_PORT | \
-                                PRINTER_CHANGE_DELETE_PORT )
-
-#define PRINTER_CHANGE_ADD_PRINT_PROCESSOR             0x01000000
-#define PRINTER_CHANGE_DELETE_PRINT_PROCESSOR          0x04000000
-#define PRINTER_CHANGE_PRINT_PROCESSOR (PRINTER_CHANGE_ADD_PRINT_PROCESSOR | \
-                                        PRINTER_CHANGE_DELETE_PRINT_PROCESSOR )
-
-#define PRINTER_CHANGE_ADD_PRINTER_DRIVER              0x10000000
-#define PRINTER_CHANGE_SET_PRINTER_DRIVER              0x20000000
-#define PRINTER_CHANGE_DELETE_PRINTER_DRIVER           0x40000000
-#define PRINTER_CHANGE_PRINTER_DRIVER  (PRINTER_CHANGE_ADD_PRINTER_DRIVER | \
-                                        PRINTER_CHANGE_SET_PRINTER_DRIVER | \
-                                        PRINTER_CHANGE_DELETE_PRINTER_DRIVER )
-
-#define PRINTER_CHANGE_TIMEOUT                         0x80000000
-#define PRINTER_CHANGE_ALL     (PRINTER_CHANGE_JOB | \
-                                PRINTER_CHANGE_FORM | \
-                                PRINTER_CHANGE_PORT | \
-                                PRINTER_CHANGE_PRINT_PROCESSOR | \
-                                PRINTER_CHANGE_PRINTER_DRIVER )
-
 #define PRINTER_NOTIFY_INFO_DISCARDED  0x1
 
 /*
@@ -363,24 +255,6 @@ PRINTER_MESSAGE_INFO;
  * RAW_ONLY _MUST_ be present otherwise NT will send an EMF file
  */
 
-#define PRINTER_ATTRIBUTE_QUEUED               0x00000001
-#define PRINTER_ATTRIBUTE_DIRECT               0x00000002
-#define PRINTER_ATTRIBUTE_DEFAULT              0x00000004
-#define PRINTER_ATTRIBUTE_SHARED               0x00000008
-
-#define PRINTER_ATTRIBUTE_NETWORK              0x00000010
-#define PRINTER_ATTRIBUTE_HIDDEN               0x00000020
-#define PRINTER_ATTRIBUTE_LOCAL                        0x00000040
-#define PRINTER_ATTRIBUTE_ENABLE_DEVQ          0x00000080
-
-#define PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS      0x00000100
-#define PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST    0x00000200
-#define PRINTER_ATTRIBUTE_WORK_OFFLINE         0x00000400
-#define PRINTER_ATTRIBUTE_ENABLE_BIDI          0x00000800
-
-#define PRINTER_ATTRIBUTE_RAW_ONLY             0x00001000
-#define PRINTER_ATTRIBUTE_PUBLISHED            0x00002000
-
 #define PRINTER_ATTRIBUTE_SAMBA                        (PRINTER_ATTRIBUTE_RAW_ONLY|\
                                                 PRINTER_ATTRIBUTE_SHARED|\
                                                 PRINTER_ATTRIBUTE_LOCAL)
@@ -391,35 +265,7 @@ PRINTER_MESSAGE_INFO;
 #define MIN_PRIORITY    1
 #define DEF_PRIORITY    1
 
-/* the flags of the query */
-#define PRINTER_ENUM_DEFAULT           0x00000001
-#define PRINTER_ENUM_LOCAL             0x00000002
-#define PRINTER_ENUM_CONNECTIONS       0x00000004
-#define PRINTER_ENUM_FAVORITE          0x00000004
-#define PRINTER_ENUM_NAME              0x00000008
-#define PRINTER_ENUM_REMOTE            0x00000010
-#define PRINTER_ENUM_SHARED            0x00000020
-#define PRINTER_ENUM_NETWORK           0x00000040
-
 /* the flags of each printers */
-#define PRINTER_ENUM_UNKNOWN_8         0x00000008
-#define PRINTER_ENUM_EXPAND            0x00004000
-#define PRINTER_ENUM_CONTAINER         0x00008000
-#define PRINTER_ENUM_ICONMASK          0x00ff0000
-#define PRINTER_ENUM_ICON1             0x00010000
-#define PRINTER_ENUM_ICON2             0x00020000
-#define PRINTER_ENUM_ICON3             0x00040000
-#define PRINTER_ENUM_ICON4             0x00080000
-#define PRINTER_ENUM_ICON5             0x00100000
-#define PRINTER_ENUM_ICON6             0x00200000
-#define PRINTER_ENUM_ICON7             0x00400000
-#define PRINTER_ENUM_ICON8             0x00800000
-
-/* FLAGS for SPOOLSS_DELETEPRINTERDRIVEREX */
-
-#define DPD_DELETE_UNUSED_FILES                0x00000001
-#define DPD_DELETE_SPECIFIC_VERSION    0x00000002
-#define DPD_DELETE_ALL_FILES           0x00000004
 
 #define DRIVER_ANY_VERSION             0xffffffff
 #define DRIVER_MAX_VERSION             4
@@ -627,90 +473,6 @@ typedef struct spool_r_getprinterdata
 }
 SPOOL_R_GETPRINTERDATA;
 
-typedef struct spool_q_deleteprinterdata
-{
-       POLICY_HND handle;
-       UNISTR2 valuename;
-}
-SPOOL_Q_DELETEPRINTERDATA;
-
-typedef struct spool_r_deleteprinterdata
-{
-       WERROR status;
-}
-SPOOL_R_DELETEPRINTERDATA;
-
-typedef struct spool_q_closeprinter
-{
-       POLICY_HND handle;
-}
-SPOOL_Q_CLOSEPRINTER;
-
-typedef struct spool_r_closeprinter
-{
-       POLICY_HND handle;
-       WERROR status;
-}
-SPOOL_R_CLOSEPRINTER;
-
-typedef struct spool_q_startpageprinter
-{
-       POLICY_HND handle;
-}
-SPOOL_Q_STARTPAGEPRINTER;
-
-typedef struct spool_r_startpageprinter
-{
-       WERROR status;
-}
-SPOOL_R_STARTPAGEPRINTER;
-
-typedef struct spool_q_endpageprinter
-{
-       POLICY_HND handle;
-}
-SPOOL_Q_ENDPAGEPRINTER;
-
-typedef struct spool_r_endpageprinter
-{
-       WERROR status;
-}
-SPOOL_R_ENDPAGEPRINTER;
-
-
-typedef struct spool_q_deleteprinterdriver
-{
-       uint32 server_ptr;
-       UNISTR2 server;
-       UNISTR2 arch;
-       UNISTR2 driver;
-}
-SPOOL_Q_DELETEPRINTERDRIVER;
-
-typedef struct spool_r_deleteprinterdriver
-{
-       WERROR status;
-}
-SPOOL_R_DELETEPRINTERDRIVER;
-
-typedef struct spool_q_deleteprinterdriverex
-{
-       uint32 server_ptr;
-       UNISTR2 server;
-       UNISTR2 arch;
-       UNISTR2 driver;
-       uint32 delete_flags;
-       uint32 version;
-}
-SPOOL_Q_DELETEPRINTERDRIVEREX;
-
-typedef struct spool_r_deleteprinterdriverex
-{
-       WERROR status;
-}
-SPOOL_R_DELETEPRINTERDRIVEREX;
-
-
 typedef struct spool_doc_info_1
 {
        uint32 p_docname;
@@ -750,34 +512,6 @@ typedef struct spool_r_startdocprinter
 }
 SPOOL_R_STARTDOCPRINTER;
 
-typedef struct spool_q_enddocprinter
-{
-       POLICY_HND handle;
-}
-SPOOL_Q_ENDDOCPRINTER;
-
-typedef struct spool_r_enddocprinter
-{
-       WERROR status;
-}
-SPOOL_R_ENDDOCPRINTER;
-
-typedef struct spool_q_writeprinter
-{
-       POLICY_HND handle;
-       uint32 buffer_size;
-       uint8 *buffer;
-       uint32 buffer_size2;
-}
-SPOOL_Q_WRITEPRINTER;
-
-typedef struct spool_r_writeprinter
-{
-       uint32 buffer_written;
-       WERROR status;
-}
-SPOOL_R_WRITEPRINTER;
-
 typedef struct spool_notify_option
 {
        uint32 version;
@@ -807,7 +541,7 @@ typedef struct spool_notify_info_data
        }
        notify_data;
        uint32 size;
-       BOOL enc_type;
+       uint32 enc_type;
 } SPOOL_NOTIFY_INFO_DATA;
 
 typedef struct spool_notify_info
@@ -858,20 +592,6 @@ typedef struct spool_r_rfnpcnex
 }
 SPOOL_R_RFNPCNEX;
 
-/* Find Close Printer Notify */
-typedef struct spool_q_fcpn
-{
-       POLICY_HND handle;
-}
-SPOOL_Q_FCPN;
-
-typedef struct spool_r_fcpn
-{
-       WERROR status;
-}
-SPOOL_R_FCPN;
-
-
 typedef struct printer_info_0
 {
        UNISTR printername;
@@ -958,7 +678,6 @@ PRINTER_INFO_2;
 
 typedef struct printer_info_3
 {
-       uint32 flags;
        SEC_DESC *secdesc;
 }
 PRINTER_INFO_3;
@@ -981,6 +700,12 @@ typedef struct printer_info_5
 }
 PRINTER_INFO_5;
 
+typedef struct printer_info_6
+{
+       uint32 status;
+}
+PRINTER_INFO_6;
+
 #define SPOOL_DS_PUBLISH       1
 #define SPOOL_DS_UPDATE                2
 #define SPOOL_DS_UNPUBLISH     4
@@ -1419,24 +1144,6 @@ typedef struct spool_r_enumforms
 }
 SPOOL_R_ENUMFORMS;
 
-typedef struct spool_q_getform
-{
-       POLICY_HND handle;
-       UNISTR2 formname;
-       uint32 level;
-       RPC_BUFFER *buffer;
-       uint32 offered;
-}
-SPOOL_Q_GETFORM;
-
-typedef struct spool_r_getform
-{
-       RPC_BUFFER *buffer;
-       uint32 needed;
-       WERROR status;
-}
-SPOOL_R_GETFORM;
-
 typedef struct spool_printer_info_level_1
 {
        uint32 flags;
@@ -1553,7 +1260,7 @@ typedef struct {
        uint32 previousnames_len;
        uint32 previousnames_ptr;
        NTTIME  driverdate;
-       UINT64_S        driverversion;
+       uint64  driverversion;
        uint32  dummy4;
        uint32 mfgname_ptr;
        uint32 oemurl_ptr;
@@ -1605,28 +1312,6 @@ typedef struct spool_r_setprinter
 }
 SPOOL_R_SETPRINTER;
 
-/********************************************/
-
-typedef struct {
-       POLICY_HND handle;
-} SPOOL_Q_DELETEPRINTER;
-
-typedef struct {
-       POLICY_HND handle;
-       WERROR status;
-} SPOOL_R_DELETEPRINTER;
-
-/********************************************/
-
-typedef struct {
-       POLICY_HND handle;
-} SPOOL_Q_ABORTPRINTER;
-
-typedef struct {
-       WERROR status;
-} SPOOL_R_ABORTPRINTER;
-
-
 /********************************************/
 
 typedef struct {
@@ -1886,50 +1571,6 @@ typedef struct _form
 }
 FORM;
 
-typedef struct spool_q_addform
-{
-       POLICY_HND handle;
-       uint32 level;
-       uint32 level2;          /* This should really be part of the FORM structure */
-       FORM form;
-}
-SPOOL_Q_ADDFORM;
-
-typedef struct spool_r_addform
-{
-       WERROR status;
-}
-SPOOL_R_ADDFORM;
-
-typedef struct spool_q_setform
-{
-       POLICY_HND handle;
-       UNISTR2 name;
-       uint32 level;
-       uint32 level2;
-       FORM form;
-}
-SPOOL_Q_SETFORM;
-
-typedef struct spool_r_setform
-{
-       WERROR status;
-}
-SPOOL_R_SETFORM;
-
-typedef struct spool_q_deleteform
-{
-       POLICY_HND handle;
-       UNISTR2 name;
-}
-SPOOL_Q_DELETEFORM;
-
-typedef struct spool_r_deleteform
-{
-       WERROR status;
-}
-SPOOL_R_DELETEFORM;
-
 typedef struct spool_q_getjob
 {
        POLICY_HND handle;
@@ -2065,21 +1706,6 @@ typedef struct spool_r_setprinterdataex
 SPOOL_R_SETPRINTERDATAEX;
 
 
-typedef struct spool_q_deleteprinterdataex
-{
-       POLICY_HND handle;
-       UNISTR2 keyname;
-       UNISTR2 valuename;
-}
-SPOOL_Q_DELETEPRINTERDATAEX;
-
-typedef struct spool_r_deleteprinterdataex
-{
-       WERROR status;
-}
-SPOOL_R_DELETEPRINTERDATAEX;
-
-
 typedef struct spool_q_enumprinterkey
 {
        POLICY_HND handle;
@@ -2096,19 +1722,6 @@ typedef struct spool_r_enumprinterkey
 }
 SPOOL_R_ENUMPRINTERKEY;
 
-typedef struct spool_q_deleteprinterkey
-{
-       POLICY_HND handle;
-       UNISTR2 keyname;
-}
-SPOOL_Q_DELETEPRINTERKEY;
-
-typedef struct spool_r_deleteprinterkey
-{
-       WERROR status;
-}
-SPOOL_R_DELETEPRINTERKEY;
-
 typedef struct printer_enum_values
 {
        UNISTR valuename;
@@ -2171,7 +1784,29 @@ SPOOL_R_GETPRINTPROCESSORDIRECTORY;
 
 /**************************************/
 
-typedef struct spool_q_xcvdataport {
+#define MAX_PORTNAME           64
+#define MAX_NETWORK_NAME       49
+#define MAX_SNMP_COMM_NAME     33
+#define        MAX_QUEUE_NAME          33
+#define MAX_IPADDR_STRING      17
+               
+typedef struct {
+       uint16 portname[MAX_PORTNAME];
+       uint32 version;
+       uint32 protocol;
+       uint32 size;
+       uint32 reserved;
+       uint16 hostaddress[MAX_NETWORK_NAME];
+       uint16 snmpcommunity[MAX_SNMP_COMM_NAME];
+       uint32 dblspool;
+       uint16 queue[MAX_QUEUE_NAME];
+       uint16 ipaddress[MAX_IPADDR_STRING];
+       uint32 port;
+       uint32 snmpenabled;
+       uint32 snmpdevindex;
+} SPOOL_PORT_DATA_1;
+
+typedef struct {
        POLICY_HND handle;
        UNISTR2 dataname;
        RPC_BUFFER indata;
@@ -2180,10 +1815,10 @@ typedef struct spool_q_xcvdataport {
        uint32 unknown;
 } SPOOL_Q_XCVDATAPORT;
 
-typedef struct spool_r_xcvdataport {
+typedef struct {
        RPC_BUFFER outdata;
-       uint32 *unknown1;
-       uint32 *unknown2;
+       uint32 needed;
+       uint32 unknown;
        WERROR status;
 } SPOOL_R_XCVDATAPORT;