2008-12-30 13:45:29 -08:00
/* header auto-generated by pidl */
# include <stdint.h>
2009-02-25 15:22:08 +01:00
# include "libcli/util/ntstatus.h"
2008-12-30 13:45:29 -08:00
# include "librpc/gen_ndr/misc.h"
# include "librpc/gen_ndr/security.h"
# include "librpc/gen_ndr/winreg.h"
# ifndef _HEADER_spoolss
# define _HEADER_spoolss
2009-02-09 15:22:37 +01:00
# define PRINTER_ENUM_ICONMASK ( (PRINTER_ENUM_ICON1|PRINTER_ENUM_ICON2|PRINTER_ENUM_ICON3|PRINTER_ENUM_ICON4|PRINTER_ENUM_ICON5|PRINTER_ENUM_ICON6|PRINTER_ENUM_ICON7|PRINTER_ENUM_ICON8) )
2008-12-30 13:45:29 -08:00
# define SPOOLSS_ARCHITECTURE_NT_X86 ( "Windows NT x86" )
2009-02-24 10:43:53 +01:00
# define SPOOLSS_DEFAULT_SERVER_PATH ( "C:\\WINDOWS\\system32\\spool" )
2009-02-23 12:47:53 +01:00
# define PRINTER_CHANGE_PRINTER ( 0x000000FF )
# define PRINTER_CHANGE_JOB ( 0x0000FF00 )
2009-02-09 14:54:02 +01:00
# define PRINTER_CHANGE_FORM ( (PRINTER_CHANGE_ADD_FORM|PRINTER_CHANGE_SET_FORM|PRINTER_CHANGE_DELETE_FORM) )
# define PRINTER_CHANGE_PORT ( (PRINTER_CHANGE_ADD_PORT|PRINTER_CHANGE_CONFIGURE_PORT|PRINTER_CHANGE_DELETE_PORT) )
2009-02-23 12:47:53 +01:00
# define PRINTER_CHANGE_PRINT_PROCESSOR ( 0x07000000 )
2009-02-09 14:54:02 +01:00
# define PRINTER_CHANGE_PRINTER_DRIVER ( (PRINTER_CHANGE_ADD_PRINTER_DRIVER|PRINTER_CHANGE_SET_PRINTER_DRIVER|PRINTER_CHANGE_DELETE_PRINTER_DRIVER) )
2009-02-23 12:47:53 +01:00
# define PRINTER_CHANGE_ALL ( (PRINTER_CHANGE_PRINTER|PRINTER_CHANGE_JOB|PRINTER_CHANGE_FORM|PRINTER_CHANGE_PORT|PRINTER_CHANGE_PRINT_PROCESSOR|PRINTER_CHANGE_PRINTER_DRIVER) )
2008-12-30 13:45:29 -08:00
# define SERVER_ALL_ACCESS ( SEC_STD_REQUIRED|SERVER_ACCESS_ADMINISTER|SERVER_ACCESS_ENUMERATE )
# define SERVER_READ ( SEC_STD_READ_CONTROL|SERVER_ACCESS_ENUMERATE )
# define SERVER_WRITE ( STANDARD_RIGHTS_WRITE_ACCESS|SERVER_ACCESS_ADMINISTER|SERVER_ACCESS_ENUMERATE )
# define SERVER_EXECUTE ( SEC_STD_READ_CONTROL|SERVER_ACCESS_ENUMERATE )
# define PRINTER_ALL_ACCESS ( SEC_STD_REQUIRED|PRINTER_ACCESS_ADMINISTER|PRINTER_ACCESS_USE )
# define PRINTER_READ ( SEC_STD_READ_CONTROL|PRINTER_ACCESS_USE )
# define PRINTER_WRITE ( STANDARD_RIGHTS_WRITE_ACCESS|PRINTER_ACCESS_USE )
# define PRINTER_EXECUTE ( SEC_STD_READ_CONTROL|PRINTER_ACCESS_USE )
# define JOB_ALL_ACCESS ( SEC_STD_REQUIRED|JOB_ACCESS_ADMINISTER )
# define JOB_READ ( SEC_STD_READ_CONTROL|JOB_ACCESS_ADMINISTER )
# define JOB_WRITE ( STANDARD_RIGHTS_WRITE_ACCESS|JOB_ACCESS_ADMINISTER )
# define JOB_EXECUTE ( SEC_STD_READ_CONTROL|JOB_ACCESS_ADMINISTER )
# define PRINTER_ACE_FULL_CONTROL ( SEC_GENERIC_ALL|PRINTER_ALL_ACCESS )
# define PRINTER_ACE_MANAGE_DOCUMENTS ( SEC_GENERIC_ALL|READ_CONTROL_ACCESS )
# define PRINTER_ACE_PRINT ( GENERIC_EXECUTE_ACCESS|READ_CONTROL_ACCESS|PRINTER_ACCESS_USE )
struct spoolss_Time {
uint16_t year ;
uint16_t month ;
uint16_t day_of_week ;
uint16_t day ;
uint16_t hour ;
uint16_t minute ;
uint16_t second ;
uint16_t millisecond ;
2009-02-12 18:04:06 +01:00
} /* [gensize] */ ;
struct spoolss_TimeCtr {
uint32_t size ; /* [value(ndr_size_spoolss_Time(time,ndr->iconv_convenience,ndr->flags))] */
struct spoolss_Time * time ; /* [unique] */
2008-12-30 13:45:29 -08:00
} ;
2009-02-14 01:19:07 +01:00
enum spoolss_ProcessorArchitecture
# ifndef USE_UINT_ENUMS
{
PROCESSOR_ARCHITECTURE_INTEL = 0x0000 ,
PROCESSOR_ARCHITECTURE_IA64 = 0x0006 ,
PROCESSOR_ARCHITECTURE_AMD64 = 0x0009
}
# else
{ __donnot_use_enum_spoolss_ProcessorArchitecture = 0x7FFFFFFF }
# define PROCESSOR_ARCHITECTURE_INTEL ( 0x0000 )
# define PROCESSOR_ARCHITECTURE_IA64 ( 0x0006 )
# define PROCESSOR_ARCHITECTURE_AMD64 ( 0x0009 )
# endif
;
enum spoolss_ProcessorType
# ifndef USE_UINT_ENUMS
{
PROCESSOR_INTEL_386 = 0x00000182 ,
PROCESSOR_INTEL_486 = 0x000001E6 ,
PROCESSOR_INTEL_PENTIUM = 0x0000024A ,
PROCESSOR_INTEL_IA64 = 0x00000898 ,
PROCESSOR_AMD_X8664 = 0x000022A0
}
# else
{ __donnot_use_enum_spoolss_ProcessorType = 0x7FFFFFFF }
# define PROCESSOR_INTEL_386 ( 0x00000182 )
# define PROCESSOR_INTEL_486 ( 0x000001E6 )
# define PROCESSOR_INTEL_PENTIUM ( 0x0000024A )
# define PROCESSOR_INTEL_IA64 ( 0x00000898 )
# define PROCESSOR_AMD_X8664 ( 0x000022A0 )
# endif
;
enum spoolss_MajorVersion
# ifndef USE_UINT_ENUMS
{
SPOOLSS_MAJOR_VERSION_NT4_95_98_ME = 0x00000004 ,
SPOOLSS_MAJOR_VERSION_2000_2003_XP = 0x00000005 ,
SPOOLSS_MAJOR_VERSION_2008_VISTA = 0x00000006
}
# else
{ __donnot_use_enum_spoolss_MajorVersion = 0x7FFFFFFF }
# define SPOOLSS_MAJOR_VERSION_NT4_95_98_ME ( 0x00000004 )
# define SPOOLSS_MAJOR_VERSION_2000_2003_XP ( 0x00000005 )
# define SPOOLSS_MAJOR_VERSION_2008_VISTA ( 0x00000006 )
# endif
;
enum spoolss_MinorVersion
# ifndef USE_UINT_ENUMS
{
SPOOLSS_MINOR_VERSION_0 = 0x00000000 ,
SPOOLSS_MINOR_VERSION_XP = 0x00000001 ,
SPOOLSS_MINOR_VERSION_2003_XP64 = 0x00000002 ,
SPOOLSS_MINOR_VERSION_98 = 0x0000000a ,
SPOOLSS_MINOR_VERSION_ME = 0x0000005a
}
# else
{ __donnot_use_enum_spoolss_MinorVersion = 0x7FFFFFFF }
# define SPOOLSS_MINOR_VERSION_0 ( 0x00000000 )
# define SPOOLSS_MINOR_VERSION_XP ( 0x00000001 )
# define SPOOLSS_MINOR_VERSION_2003_XP64 ( 0x00000002 )
# define SPOOLSS_MINOR_VERSION_98 ( 0x0000000a )
# define SPOOLSS_MINOR_VERSION_ME ( 0x0000005a )
# endif
;
2008-12-30 13:45:29 -08:00
struct spoolss_PrinterInfo0 {
const char * printername ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * servername ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
uint32_t cjobs ;
uint32_t total_jobs ;
uint32_t total_bytes ;
struct spoolss_Time time ;
uint32_t global_counter ;
uint32_t total_pages ;
uint32_t version ;
2009-02-14 01:19:07 +01:00
uint32_t free_build ;
uint32_t spooling ;
uint32_t max_spooling ;
2008-12-30 13:45:29 -08:00
uint32_t session_counter ;
2009-02-14 01:19:07 +01:00
uint32_t num_error_out_of_paper ;
uint32_t num_error_not_ready ;
uint32_t job_error ;
uint32_t number_of_processors ;
enum spoolss_ProcessorType processor_type ;
uint32_t high_part_total_bytes ;
2008-12-30 13:45:29 -08:00
uint32_t change_id ;
2009-02-14 01:19:07 +01:00
WERROR last_error ;
2008-12-30 13:45:29 -08:00
uint32_t status ;
2009-02-14 01:19:07 +01:00
uint32_t enumerate_network_printers ;
2008-12-30 13:45:29 -08:00
uint32_t c_setprinter ;
2009-02-14 01:19:07 +01:00
enum spoolss_ProcessorArchitecture processor_architecture ;
uint16_t processor_level ;
uint32_t ref_ic ;
uint32_t reserved2 ;
uint32_t reserved3 ;
2008-12-30 13:45:29 -08:00
} ;
2009-02-10 13:54:20 +01:00
/* bitmap spoolss_DeviceModeFields */
# define DEVMODE_ORIENTATION ( 0x00000001 )
# define DEVMODE_PAPERSIZE ( 0x00000002 )
# define DEVMODE_PAPERLENGTH ( 0x00000004 )
# define DEVMODE_PAPERWIDTH ( 0x00000008 )
# define DEVMODE_SCALE ( 0x00000010 )
# define DEVMODE_POSITION ( 0x00000020 )
# define DEVMODE_NUP ( 0x00000040 )
# define DEVMODE_COPIES ( 0x00000100 )
# define DEVMODE_DEFAULTSOURCE ( 0x00000200 )
# define DEVMODE_PRINTQUALITY ( 0x00000400 )
# define DEVMODE_COLOR ( 0x00000800 )
# define DEVMODE_DUPLEX ( 0x00001000 )
# define DEVMODE_YRESOLUTION ( 0x00002000 )
# define DEVMODE_TTOPTION ( 0x00004000 )
# define DEVMODE_COLLATE ( 0x00008000 )
# define DEVMODE_FORMNAME ( 0x00010000 )
# define DEVMODE_LOGPIXELS ( 0x00020000 )
# define DEVMODE_BITSPERPEL ( 0x00040000 )
# define DEVMODE_PELSWIDTH ( 0x00080000 )
# define DEVMODE_PELSHEIGHT ( 0x00100000 )
# define DEVMODE_DISPLAYFLAGS ( 0x00200000 )
# define DEVMODE_DISPLAYFREQUENCY ( 0x00400000 )
# define DEVMODE_ICMMETHOD ( 0x00800000 )
# define DEVMODE_ICMINTENT ( 0x01000000 )
# define DEVMODE_MEDIATYPE ( 0x02000000 )
# define DEVMODE_DITHERTYPE ( 0x04000000 )
# define DEVMODE_PANNINGWIDTH ( 0x08000000 )
# define DEVMODE_PANNINGHEIGHT ( 0x10000000 )
2008-12-30 13:45:29 -08:00
struct spoolss_DeviceMode {
const char * devicename ; /* [charset(UTF16)] */
uint16_t specversion ;
uint16_t driverversion ;
uint16_t size ;
uint16_t __driverextra_length ; /* [value(r->driverextra_data.length)] */
uint32_t fields ;
uint16_t orientation ;
uint16_t papersize ;
uint16_t paperlength ;
uint16_t paperwidth ;
uint16_t scale ;
uint16_t copies ;
uint16_t defaultsource ;
uint16_t printquality ;
uint16_t color ;
uint16_t duplex ;
uint16_t yresolution ;
uint16_t ttoption ;
uint16_t collate ;
const char * formname ; /* [charset(UTF16)] */
uint16_t logpixels ;
uint32_t bitsperpel ;
uint32_t pelswidth ;
uint32_t pelsheight ;
uint32_t displayflags ;
uint32_t displayfrequency ;
uint32_t icmmethod ;
uint32_t icmintent ;
uint32_t mediatype ;
uint32_t dithertype ;
uint32_t reserved1 ;
uint32_t reserved2 ;
uint32_t panningwidth ;
uint32_t panningheight ;
DATA_BLOB driverextra_data ; /* [subcontext_size(__driverextra_length),subcontext(0),flag(LIBNDR_FLAG_REMAINING)] */
} /* [gensize,public] */ ;
/* bitmap spoolss_EnumPrinterFlags */
# 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 )
# define PRINTER_ENUM_EXPAND ( 0x00004000 )
# define PRINTER_ENUM_CONTAINER ( 0x00008000 )
# 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 )
# define PRINTER_ENUM_HIDE ( 0x01000000 )
struct spoolss_PrinterInfo1 {
uint32_t flags ;
const char * name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * description ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * comment ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
} ;
/* bitmap spoolss_PrinterAttributes */
# 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_FAX ( 0x00004000 )
# define PRINTER_ATTRIBUTE_TS ( 0x00008000 )
/* bitmap spoolss_PrinterStatus */
# 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 )
struct spoolss_PrinterInfo2 {
const char * servername ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * printername ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * sharename ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * portname ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * drivername ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * comment ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * location ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
struct spoolss_DeviceMode * devmode ; /* [relative,subcontext(0)] */
const char * sepfile ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * printprocessor ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * datatype ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * parameters ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
struct security_descriptor * secdesc ; /* [relative,subcontext(0)] */
uint32_t attributes ;
uint32_t priority ;
uint32_t defaultpriority ;
uint32_t starttime ;
uint32_t untiltime ;
uint32_t status ;
uint32_t cjobs ;
uint32_t averageppm ;
} ;
struct spoolss_PrinterInfo3 {
struct security_descriptor * secdesc ; /* [relative,subcontext(0)] */
} ;
struct spoolss_PrinterInfo4 {
const char * printername ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * servername ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
uint32_t attributes ;
} ;
struct spoolss_PrinterInfo5 {
const char * printername ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * portname ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
uint32_t attributes ;
uint32_t device_not_selected_timeout ;
uint32_t transmission_retry_timeout ;
} ;
struct spoolss_PrinterInfo6 {
uint32_t status ;
} ;
/* bitmap spoolss_DsPrintAction */
# define DSPRINT_PUBLISH ( 0x00000001 )
# define DSPRINT_UPDATE ( 0x00000002 )
# define DSPRINT_UNPUBLISH ( 0x00000004 )
# define DSPRINT_REPUBLISH ( 0x00000008 )
# define DSPRINT_PENDING ( 0x80000000 )
struct spoolss_PrinterInfo7 {
const char * guid ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
uint32_t action ;
} ;
struct spoolss_DeviceModeInfo {
struct spoolss_DeviceMode * devmode ; /* [relative,subcontext(0)] */
} ;
union spoolss_PrinterInfo {
struct spoolss_PrinterInfo0 info0 ; /* [case(0)] */
struct spoolss_PrinterInfo1 info1 ; /* [case] */
struct spoolss_PrinterInfo2 info2 ; /* [case(2)] */
struct spoolss_PrinterInfo3 info3 ; /* [case(3)] */
struct spoolss_PrinterInfo4 info4 ; /* [case(4)] */
struct spoolss_PrinterInfo5 info5 ; /* [case(5)] */
struct spoolss_PrinterInfo6 info6 ; /* [case(6)] */
struct spoolss_PrinterInfo7 info7 ; /* [case(7)] */
struct spoolss_DeviceModeInfo info8 ; /* [case(8)] */
struct spoolss_DeviceModeInfo info9 ; /* [case(9)] */
} /* [relative_base,nodiscriminant,public] */ ;
struct spoolss_DevmodeContainer {
uint32_t _ndr_size ; /* [value(_ndr_size_spoolss_DeviceMode(devmode,ndr->iconv_convenience,ndr->flags))] */
struct spoolss_DeviceMode * devmode ; /* [unique,subcontext_size(_ndr_size),subcontext(4)] */
} ;
struct spoolss_JobInfo1 {
uint32_t job_id ;
const char * printer_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * server_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * user_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * document_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * data_type ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * text_status ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
uint32_t status ;
uint32_t priority ;
uint32_t position ;
uint32_t total_pages ;
uint32_t pages_printed ;
struct spoolss_Time time ;
} ;
union spoolss_JobInfo {
struct spoolss_JobInfo1 info1 ; /* [case] */
} /* [relative_base,nodiscriminant,public] */ ;
struct spoolss_JobInfoContainer {
uint32_t level ;
union spoolss_JobInfo info ; /* [switch_is(level)] */
} ;
enum spoolss_JobControl
# ifndef USE_UINT_ENUMS
{
SPOOLSS_JOB_CONTROL_PAUSE = 1 ,
SPOOLSS_JOB_CONTROL_RESUME = 2 ,
SPOOLSS_JOB_CONTROL_CANCEL = 3 ,
SPOOLSS_JOB_CONTROL_RESTART = 4 ,
SPOOLSS_JOB_CONTROL_DELETE = 5 ,
SPOOLSS_JOB_CONTROL_SEND_TO_PRINTER = 6 ,
SPOOLSS_JOB_CONTROL_LAST_PAGE_EJECTED = 7
}
# else
{ __donnot_use_enum_spoolss_JobControl = 0x7FFFFFFF }
# define SPOOLSS_JOB_CONTROL_PAUSE ( 1 )
# define SPOOLSS_JOB_CONTROL_RESUME ( 2 )
# define SPOOLSS_JOB_CONTROL_CANCEL ( 3 )
# define SPOOLSS_JOB_CONTROL_RESTART ( 4 )
# define SPOOLSS_JOB_CONTROL_DELETE ( 5 )
# define SPOOLSS_JOB_CONTROL_SEND_TO_PRINTER ( 6 )
# define SPOOLSS_JOB_CONTROL_LAST_PAGE_EJECTED ( 7 )
# endif
;
enum spoolss_PrinterControl
# ifndef USE_UINT_ENUMS
{
SPOOLSS_PRINTER_CONTROL_UNPAUSE = 0 ,
SPOOLSS_PRINTER_CONTROL_PAUSE = 1 ,
SPOOLSS_PRINTER_CONTROL_RESUME = 2 ,
SPOOLSS_PRINTER_CONTROL_PURGE = 3 ,
SPOOLSS_PRINTER_CONTROL_SET_STATUS = 4
}
# else
{ __donnot_use_enum_spoolss_PrinterControl = 0x7FFFFFFF }
# define SPOOLSS_PRINTER_CONTROL_UNPAUSE ( 0 )
# define SPOOLSS_PRINTER_CONTROL_PAUSE ( 1 )
# define SPOOLSS_PRINTER_CONTROL_RESUME ( 2 )
# define SPOOLSS_PRINTER_CONTROL_PURGE ( 3 )
# define SPOOLSS_PRINTER_CONTROL_SET_STATUS ( 4 )
# endif
;
2009-02-14 01:19:07 +01:00
struct spoolss_SetPrinterInfo0 {
const char * servername ; /* [unique,charset(UTF16)] */
const char * printername ; /* [unique,charset(UTF16)] */
uint32_t cjobs ;
uint32_t total_jobs ;
uint32_t total_bytes ;
struct spoolss_Time time ;
uint32_t global_counter ;
uint32_t total_pages ;
uint32_t version ;
uint32_t free_build ;
uint32_t spooling ;
uint32_t max_spooling ;
uint32_t session_counter ;
uint32_t num_error_out_of_paper ;
uint32_t num_error_not_ready ;
uint32_t job_error ;
uint32_t number_of_processors ;
enum spoolss_ProcessorType processor_type ;
uint32_t high_part_total_bytes ;
uint32_t change_id ;
WERROR last_error ;
uint32_t status ;
uint32_t enumerate_network_printers ;
uint32_t c_setprinter ;
enum spoolss_ProcessorArchitecture processor_architecture ;
uint16_t processor_level ;
uint32_t ref_ic ;
uint32_t reserved2 ;
uint32_t reserved3 ;
} ;
struct spoolss_SetPrinterInfo1 {
uint32_t flags ;
const char * name ; /* [unique,charset(UTF16)] */
const char * description ; /* [unique,charset(UTF16)] */
const char * comment ; /* [unique,charset(UTF16)] */
} ;
struct spoolss_SetPrinterInfo2 {
const char * servername ; /* [unique,charset(UTF16)] */
const char * printername ; /* [unique,charset(UTF16)] */
const char * sharename ; /* [unique,charset(UTF16)] */
const char * portname ; /* [unique,charset(UTF16)] */
const char * drivername ; /* [unique,charset(UTF16)] */
const char * comment ; /* [unique,charset(UTF16)] */
const char * location ; /* [unique,charset(UTF16)] */
struct spoolss_DeviceMode * devmode ; /* [unique,subcontext(0)] */
const char * sepfile ; /* [unique,charset(UTF16)] */
const char * printprocessor ; /* [unique,charset(UTF16)] */
const char * datatype ; /* [unique,charset(UTF16)] */
const char * parameters ; /* [unique,charset(UTF16)] */
struct security_descriptor * secdesc ; /* [unique,subcontext(0)] */
uint32_t attributes ;
uint32_t priority ;
uint32_t defaultpriority ;
uint32_t starttime ;
uint32_t untiltime ;
uint32_t status ;
uint32_t cjobs ;
uint32_t averageppm ;
} ;
struct spoolss_SetPrinterInfo3 {
2009-02-24 12:38:53 +01:00
uint32_t sec_desc_ptr ;
2009-02-14 01:19:07 +01:00
} ;
struct spoolss_SetPrinterInfo4 {
const char * printername ; /* [unique,charset(UTF16)] */
const char * servername ; /* [unique,charset(UTF16)] */
uint32_t attributes ;
} ;
struct spoolss_SetPrinterInfo5 {
const char * printername ; /* [unique,charset(UTF16)] */
const char * portname ; /* [unique,charset(UTF16)] */
uint32_t attributes ;
uint32_t device_not_selected_timeout ;
uint32_t transmission_retry_timeout ;
} ;
struct spoolss_SetPrinterInfo6 {
uint32_t status ;
} ;
struct spoolss_SetPrinterInfo7 {
const char * guid ; /* [unique,charset(UTF16)] */
uint32_t action ;
} ;
2008-12-30 13:45:29 -08:00
union spoolss_SetPrinterInfo {
2009-02-14 01:19:07 +01:00
struct spoolss_SetPrinterInfo0 * info0 ; /* [unique,case(0)] */
struct spoolss_SetPrinterInfo1 * info1 ; /* [unique,case] */
struct spoolss_SetPrinterInfo2 * info2 ; /* [unique,case(2)] */
struct spoolss_SetPrinterInfo3 * info3 ; /* [unique,case(3)] */
struct spoolss_SetPrinterInfo4 * info4 ; /* [unique,case(4)] */
struct spoolss_SetPrinterInfo5 * info5 ; /* [unique,case(5)] */
struct spoolss_SetPrinterInfo6 * info6 ; /* [unique,case(6)] */
struct spoolss_SetPrinterInfo7 * info7 ; /* [unique,case(7)] */
2008-12-30 13:45:29 -08:00
struct spoolss_DeviceModeInfo * info8 ; /* [unique,case(8)] */
struct spoolss_DeviceModeInfo * info9 ; /* [unique,case(9)] */
} /* [switch_type(uint32)] */ ;
2009-02-14 01:19:07 +01:00
struct spoolss_SetPrinterInfoCtr {
uint32_t level ;
union spoolss_SetPrinterInfo info ; /* [switch_is(level)] */
} ;
2009-02-11 10:20:34 +01:00
struct spoolss_StringArray {
uint32_t _ndr_size ; /* [value((ndr_size_spoolss_StringArray(r,ndr->iconv_convenience,ndr->flags)-4)/2)] */
const char * * string ; /* [flag(LIBNDR_FLAG_STR_NULLTERM)] */
2009-02-19 17:59:51 +01:00
} /* [public] */ ;
2009-02-11 10:20:34 +01:00
struct spoolss_AddDriverInfo1 {
const char * driver_name ; /* [unique,charset(UTF16)] */
2008-12-30 13:45:29 -08:00
} ;
enum spoolss_DriverOSVersion
# ifndef USE_UINT_ENUMS
{
SPOOLSS_DRIVER_VERSION_9X = 0 ,
SPOOLSS_DRIVER_VERSION_NT35 = 1 ,
SPOOLSS_DRIVER_VERSION_NT4 = 2 ,
SPOOLSS_DRIVER_VERSION_200X = 3
}
# else
{ __donnot_use_enum_spoolss_DriverOSVersion = 0x7FFFFFFF }
# define SPOOLSS_DRIVER_VERSION_9X ( 0 )
# define SPOOLSS_DRIVER_VERSION_NT35 ( 1 )
# define SPOOLSS_DRIVER_VERSION_NT4 ( 2 )
# define SPOOLSS_DRIVER_VERSION_200X ( 3 )
# endif
;
2009-02-11 10:20:34 +01:00
struct spoolss_AddDriverInfo2 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [unique,charset(UTF16)] */
const char * architecture ; /* [unique,charset(UTF16)] */
const char * driver_path ; /* [unique,charset(UTF16)] */
const char * data_file ; /* [unique,charset(UTF16)] */
const char * config_file ; /* [unique,charset(UTF16)] */
} ;
struct spoolss_AddDriverInfo3 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [unique,charset(UTF16)] */
const char * architecture ; /* [unique,charset(UTF16)] */
const char * driver_path ; /* [unique,charset(UTF16)] */
const char * data_file ; /* [unique,charset(UTF16)] */
const char * config_file ; /* [unique,charset(UTF16)] */
const char * help_file ; /* [unique,charset(UTF16)] */
const char * monitor_name ; /* [unique,charset(UTF16)] */
const char * default_datatype ; /* [unique,charset(UTF16)] */
uint32_t _ndr_size_dependent_files ; /* [value(((ndr_size_spoolss_StringArray(dependent_files,ndr->iconv_convenience,ndr->flags)-4)/2))] */
struct spoolss_StringArray * dependent_files ; /* [unique] */
} ;
struct spoolss_AddDriverInfo4 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [unique,charset(UTF16)] */
const char * architecture ; /* [unique,charset(UTF16)] */
const char * driver_path ; /* [unique,charset(UTF16)] */
const char * data_file ; /* [unique,charset(UTF16)] */
const char * config_file ; /* [unique,charset(UTF16)] */
const char * help_file ; /* [unique,charset(UTF16)] */
const char * monitor_name ; /* [unique,charset(UTF16)] */
const char * default_datatype ; /* [unique,charset(UTF16)] */
uint32_t _ndr_size_dependent_files ; /* [value(((ndr_size_spoolss_StringArray(dependent_files,ndr->iconv_convenience,ndr->flags)-4)/2))] */
struct spoolss_StringArray * dependent_files ; /* [unique] */
uint32_t _ndr_size_previous_names ; /* [value(((ndr_size_spoolss_StringArray(previous_names,ndr->iconv_convenience,ndr->flags)-4)/2))] */
struct spoolss_StringArray * previous_names ; /* [unique] */
} ;
struct spoolss_AddDriverInfo5 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [unique,charset(UTF16)] */
const char * architecture ; /* [unique,charset(UTF16)] */
const char * driver_path ; /* [unique,charset(UTF16)] */
const char * data_file ; /* [unique,charset(UTF16)] */
const char * config_file ; /* [unique,charset(UTF16)] */
uint32_t driver_attributes ;
uint32_t config_version ;
uint32_t driver_version ;
} ;
struct spoolss_AddDriverInfo6 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [unique,charset(UTF16)] */
const char * architecture ; /* [unique,charset(UTF16)] */
const char * driver_path ; /* [unique,charset(UTF16)] */
const char * data_file ; /* [unique,charset(UTF16)] */
const char * config_file ; /* [unique,charset(UTF16)] */
const char * help_file ; /* [unique,charset(UTF16)] */
const char * monitor_name ; /* [unique,charset(UTF16)] */
const char * default_datatype ; /* [unique,charset(UTF16)] */
uint32_t _ndr_size_dependent_files ; /* [value(((ndr_size_spoolss_StringArray(dependent_files,ndr->iconv_convenience,ndr->flags)-4)/2))] */
struct spoolss_StringArray * dependent_files ; /* [unique] */
uint32_t _ndr_size_previous_names ; /* [value(((ndr_size_spoolss_StringArray(previous_names,ndr->iconv_convenience,ndr->flags)-4)/2))] */
struct spoolss_StringArray * previous_names ; /* [unique] */
2009-02-24 01:03:19 +01:00
NTTIME driver_date ;
2009-02-11 10:20:34 +01:00
uint64_t driver_version ;
const char * manufacturer_name ; /* [unique,charset(UTF16)] */
const char * manufacturer_url ; /* [unique,charset(UTF16)] */
const char * hardware_id ; /* [unique,charset(UTF16)] */
const char * provider ; /* [unique,charset(UTF16)] */
} ;
2009-02-18 20:21:09 +01:00
struct spoolss_AddDriverInfo8 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [unique,charset(UTF16)] */
const char * architecture ; /* [unique,charset(UTF16)] */
const char * driver_path ; /* [unique,charset(UTF16)] */
const char * data_file ; /* [unique,charset(UTF16)] */
const char * config_file ; /* [unique,charset(UTF16)] */
const char * help_file ; /* [unique,charset(UTF16)] */
const char * monitor_name ; /* [unique,charset(UTF16)] */
const char * default_datatype ; /* [unique,charset(UTF16)] */
uint32_t _ndr_size_dependent_files ; /* [value(((ndr_size_spoolss_StringArray(dependent_files,ndr->iconv_convenience,ndr->flags)-4)/2))] */
struct spoolss_StringArray * dependent_files ; /* [unique] */
uint32_t _ndr_size_previous_names ; /* [value(((ndr_size_spoolss_StringArray(previous_names,ndr->iconv_convenience,ndr->flags)-4)/2))] */
struct spoolss_StringArray * previous_names ; /* [unique] */
2009-02-24 01:03:19 +01:00
NTTIME driver_date ;
2009-02-18 20:21:09 +01:00
uint64_t driver_version ;
const char * manufacturer_name ; /* [unique,charset(UTF16)] */
const char * manufacturer_url ; /* [unique,charset(UTF16)] */
const char * hardware_id ; /* [unique,charset(UTF16)] */
const char * provider ; /* [unique,charset(UTF16)] */
const char * print_processor ; /* [unique,charset(UTF16)] */
const char * vendor_setup ; /* [unique,charset(UTF16)] */
uint32_t _ndr_size_color_profiles ; /* [value(((ndr_size_spoolss_StringArray(color_profiles,ndr->iconv_convenience,ndr->flags)-4)/2))] */
struct spoolss_StringArray * color_profiles ; /* [unique] */
const char * inf_path ; /* [unique,charset(UTF16)] */
uint32_t printer_driver_attributes ;
uint32_t _ndr_size_core_driver_dependencies ; /* [value(((ndr_size_spoolss_StringArray(core_driver_dependencies,ndr->iconv_convenience,ndr->flags)-4)/2))] */
struct spoolss_StringArray * core_driver_dependencies ; /* [unique] */
NTTIME min_inbox_driver_ver_date ;
uint64_t min_inbox_driver_ver_version ;
} ;
2009-02-11 10:20:34 +01:00
union spoolss_AddDriverInfo {
struct spoolss_AddDriverInfo1 * info1 ; /* [unique,case] */
struct spoolss_AddDriverInfo2 * info2 ; /* [unique,case(2)] */
struct spoolss_AddDriverInfo3 * info3 ; /* [unique,case(3)] */
struct spoolss_AddDriverInfo4 * info4 ; /* [unique,case(4)] */
struct spoolss_AddDriverInfo6 * info6 ; /* [unique,case(6)] */
2009-02-18 20:21:09 +01:00
struct spoolss_AddDriverInfo8 * info8 ; /* [unique,case(8)] */
2009-02-11 10:20:34 +01:00
} /* [switch_type(uint32)] */ ;
2009-02-18 20:21:09 +01:00
struct spoolss_AddDriverInfoCtr {
uint32_t level ;
union spoolss_AddDriverInfo info ; /* [switch_is(level)] */
} ;
2009-02-11 10:20:34 +01:00
struct spoolss_DriverInfo1 {
const char * driver_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
2009-02-24 01:03:19 +01:00
} /* [gensize,public] */ ;
2009-02-11 10:20:34 +01:00
2008-12-30 13:45:29 -08:00
struct spoolss_DriverInfo2 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * architecture ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * driver_path ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * data_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * config_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
2009-02-24 01:03:19 +01:00
} /* [gensize,public] */ ;
2008-12-30 13:45:29 -08:00
struct spoolss_DriverInfo3 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * architecture ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * driver_path ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * data_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * config_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * help_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * * dependent_files ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * monitor_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * default_datatype ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
2009-02-24 01:03:19 +01:00
} /* [gensize,public] */ ;
2008-12-30 13:45:29 -08:00
struct spoolss_DriverInfo4 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * architecture ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * driver_path ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * data_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * config_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * help_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * * dependent_files ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * monitor_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * default_datatype ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * * previous_names ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
2009-02-24 01:03:19 +01:00
} /* [gensize,public] */ ;
2008-12-30 13:45:29 -08:00
struct spoolss_DriverInfo5 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * architecture ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * driver_path ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * data_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * config_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
uint32_t driver_attributes ;
uint32_t config_version ;
uint32_t driver_version ;
2009-02-24 01:03:19 +01:00
} /* [gensize,public] */ ;
2008-12-30 13:45:29 -08:00
struct spoolss_DriverInfo6 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * architecture ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * driver_path ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * data_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * config_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * help_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * * dependent_files ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * monitor_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * default_datatype ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * * previous_names ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
2009-02-24 01:03:19 +01:00
NTTIME driver_date ;
2008-12-30 13:45:29 -08:00
uint64_t driver_version ;
const char * manufacturer_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * manufacturer_url ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * hardware_id ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * provider ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
2009-02-24 01:03:19 +01:00
} /* [gensize,public] */ ;
2008-12-30 13:45:29 -08:00
2009-02-12 18:04:06 +01:00
struct spoolss_DriverInfo8 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * architecture ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * driver_path ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * data_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * config_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * help_file ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * monitor_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * default_datatype ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * * dependent_files ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * * previous_names ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
2009-02-24 01:03:19 +01:00
NTTIME driver_date ;
2009-02-12 18:04:06 +01:00
uint64_t driver_version ;
const char * manufacturer_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * manufacturer_url ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * hardware_id ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * provider ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * print_processor ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * vendor_setup ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * * color_profiles ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * inf_path ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
uint32_t printer_driver_attributes ;
const char * * core_driver_dependencies ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
NTTIME min_inbox_driver_ver_date ;
uint64_t min_inbox_driver_ver_version ;
2009-02-24 01:03:19 +01:00
} /* [gensize,public] */ ;
enum spoolss_DriverFileType
# ifndef USE_UINT_ENUMS
{
SPOOLSS_DRIVER_FILE_TYPE_RENDERING = 0x00000000 ,
SPOOLSS_DRIVER_FILE_TYPE_CONFIGURATION = 0x00000001 ,
SPOOLSS_DRIVER_FILE_TYPE_DATA = 0x00000002 ,
SPOOLSS_DRIVER_FILE_TYPE_HELP = 0x00000003 ,
SPOOLSS_DRIVER_FILE_TYPE_OTHER = 0x00000004
}
# else
{ __donnot_use_enum_spoolss_DriverFileType = 0x7FFFFFFF }
# define SPOOLSS_DRIVER_FILE_TYPE_RENDERING ( 0x00000000 )
# define SPOOLSS_DRIVER_FILE_TYPE_CONFIGURATION ( 0x00000001 )
# define SPOOLSS_DRIVER_FILE_TYPE_DATA ( 0x00000002 )
# define SPOOLSS_DRIVER_FILE_TYPE_HELP ( 0x00000003 )
# define SPOOLSS_DRIVER_FILE_TYPE_OTHER ( 0x00000004 )
# endif
;
struct spoolss_DriverFileInfo {
const char * file_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
enum spoolss_DriverFileType file_type ;
uint32_t file_version ;
} /* [public] */ ;
struct spoolss_DriverInfo101 {
enum spoolss_DriverOSVersion version ;
const char * driver_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * architecture ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
struct spoolss_DriverFileInfo * file_info ; /* [relative,size_is(file_count)] */
uint32_t file_count ;
const char * monitor_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * default_datatype ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * * previous_names ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
NTTIME driver_date ;
uint64_t driver_version ;
const char * manufacturer_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * manufacturer_url ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * hardware_id ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * provider ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
} /* [gensize,nopush,public,nopull] */ ;
2009-02-12 18:04:06 +01:00
2008-12-30 13:45:29 -08:00
union spoolss_DriverInfo {
struct spoolss_DriverInfo1 info1 ; /* [case] */
struct spoolss_DriverInfo2 info2 ; /* [case(2)] */
struct spoolss_DriverInfo3 info3 ; /* [case(3)] */
struct spoolss_DriverInfo4 info4 ; /* [case(4)] */
struct spoolss_DriverInfo5 info5 ; /* [case(5)] */
struct spoolss_DriverInfo6 info6 ; /* [case(6)] */
2009-02-18 20:21:09 +01:00
struct spoolss_DriverInfo8 info8 ; /* [case(8)] */
2009-02-24 01:03:19 +01:00
struct spoolss_DriverInfo101 info101 ; /* [case(101)] */
2008-12-30 13:45:29 -08:00
} /* [relative_base,nodiscriminant,public] */ ;
struct spoolss_DriverDirectoryInfo1 {
const char * directory_name ; /* [flag(LIBNDR_FLAG_STR_NULLTERM)] */
2009-02-19 02:05:38 +01:00
} /* [gensize,public] */ ;
2008-12-30 13:45:29 -08:00
union spoolss_DriverDirectoryInfo {
struct spoolss_DriverDirectoryInfo1 info1 ; /* [case] */
} /* [gensize,relative_base,nodiscriminant,public] */ ;
struct spoolss_PrintProcessorInfo1 {
const char * print_processor_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
} ;
union spoolss_PrintProcessorInfo {
struct spoolss_PrintProcessorInfo1 info1 ; /* [case] */
} /* [relative_base,nodiscriminant,public] */ ;
2009-02-19 13:06:11 +01:00
struct spoolss_PrintProcessorDirectoryInfo1 {
const char * directory_name ; /* [flag(LIBNDR_FLAG_STR_NULLTERM)] */
} /* [gensize,public] */ ;
union spoolss_PrintProcessorDirectoryInfo {
struct spoolss_PrintProcessorDirectoryInfo1 info1 ; /* [case] */
} /* [gensize,relative_base,nodiscriminant,public] */ ;
2008-12-30 13:45:29 -08:00
struct spoolss_DocumentInfo1 {
const char * document_name ; /* [unique,charset(UTF16)] */
const char * output_file ; /* [unique,charset(UTF16)] */
const char * datatype ; /* [unique,charset(UTF16)] */
} ;
union spoolss_DocumentInfo {
struct spoolss_DocumentInfo1 * info1 ; /* [unique,case] */
} /* [switch_type(uint32)] */ ;
struct spoolss_OSVersion {
uint32_t _ndr_size ; /* [value(ndr_size_spoolss_OSVersion(r,ndr->iconv_convenience,ndr->flags))] */
uint32_t major ;
uint32_t minor ;
uint32_t build ;
uint32_t unknown ; /* [value(2)] */
const char * extra_string ; /* [subcontext_size(256),subcontext(0),flag(LIBNDR_FLAG_STR_NULLTERM)] */
} /* [gensize,public] */ ;
struct spoolss_OSVersionEx {
uint32_t _ndr_size ; /* [value(ndr_size_spoolss_OSVersionEx(r,ndr->iconv_convenience,ndr->flags))] */
uint32_t major ;
uint32_t minor ;
uint32_t build ;
uint32_t unknown1 ; /* [value(2)] */
const char * extra_string ; /* [subcontext_size(256),subcontext(0),flag(LIBNDR_FLAG_STR_NULLTERM)] */
uint32_t unknown2 ;
uint32_t unknown3 ;
} /* [gensize,public] */ ;
enum spoolss_PrinterDataType
# ifndef USE_UINT_ENUMS
{
SPOOLSS_PRINTER_DATA_TYPE_NULL = 0 ,
SPOOLSS_PRINTER_DATA_TYPE_STRING = 1 ,
SPOOLSS_PRINTER_DATA_TYPE_BINARY = 3 ,
SPOOLSS_PRINTER_DATA_TYPE_UINT32 = 4 ,
SPOOLSS_PRINTER_DATA_TYPE_STRING_ARRAY = 7
}
# else
{ __donnot_use_enum_spoolss_PrinterDataType = 0x7FFFFFFF }
# define SPOOLSS_PRINTER_DATA_TYPE_NULL ( 0 )
# define SPOOLSS_PRINTER_DATA_TYPE_STRING ( 1 )
# define SPOOLSS_PRINTER_DATA_TYPE_BINARY ( 3 )
# define SPOOLSS_PRINTER_DATA_TYPE_UINT32 ( 4 )
# define SPOOLSS_PRINTER_DATA_TYPE_STRING_ARRAY ( 7 )
# endif
;
union spoolss_PrinterData {
const char * string ; /* [flag(LIBNDR_FLAG_STR_NULLTERM),case(SPOOLSS_PRINTER_DATA_TYPE_STRING)] */
DATA_BLOB binary ; /* [flag(LIBNDR_FLAG_REMAINING),case(SPOOLSS_PRINTER_DATA_TYPE_BINARY)] */
uint32_t value ; /* [case(SPOOLSS_PRINTER_DATA_TYPE_UINT32)] */
const char * * string_array ; /* [flag(LIBNDR_FLAG_STR_NULLTERM),case(SPOOLSS_PRINTER_DATA_TYPE_STRING_ARRAY)] */
DATA_BLOB data ; /* [flag(LIBNDR_FLAG_REMAINING),default] */
} /* [gensize,public,nodiscriminant] */ ;
enum spoolss_FormFlags
# ifndef USE_UINT_ENUMS
{
SPOOLSS_FORM_USER = 0 ,
SPOOLSS_FORM_BUILTIN = 1 ,
SPOOLSS_FORM_PRINTER = 2
}
# else
{ __donnot_use_enum_spoolss_FormFlags = 0x7FFFFFFF }
# define SPOOLSS_FORM_USER ( 0 )
# define SPOOLSS_FORM_BUILTIN ( 1 )
# define SPOOLSS_FORM_PRINTER ( 2 )
# endif
;
struct spoolss_FormSize {
uint32_t width ;
uint32_t height ;
} ;
struct spoolss_FormArea {
uint32_t left ;
uint32_t top ;
uint32_t right ;
uint32_t bottom ;
} ;
struct spoolss_FormInfo1 {
enum spoolss_FormFlags flags ;
const char * form_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
struct spoolss_FormSize size ;
struct spoolss_FormArea area ;
} ;
2009-02-25 14:20:40 +01:00
/* bitmap spoolss_FormStringType */
# define SPOOLSS_FORM_STRING_TYPE_NONE ( 0x00000001 )
# define SPOOLSS_FORM_STRING_TYPE_MUI_DLL ( 0x00000002 )
# define SPOOLSS_FORM_STRING_TYPE_LANG_PAIR ( 0x00000004 )
struct spoolss_FormInfo2 {
enum spoolss_FormFlags flags ;
const char * form_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
struct spoolss_FormSize size ;
struct spoolss_FormArea area ;
const char * keyword ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
uint32_t string_type ;
const char * mui_dll ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
uint32_t ressource_id ;
const char * display_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
uint32_t lang_id ;
} ;
2008-12-30 13:45:29 -08:00
union spoolss_FormInfo {
struct spoolss_FormInfo1 info1 ; /* [case] */
2009-02-25 14:20:40 +01:00
struct spoolss_FormInfo2 info2 ; /* [case(2)] */
2008-12-30 13:45:29 -08:00
} /* [relative_base,gensize,public,nodiscriminant] */ ;
struct spoolss_AddFormInfo1 {
enum spoolss_FormFlags flags ;
const char * form_name ; /* [unique,charset(UTF16)] */
struct spoolss_FormSize size ;
struct spoolss_FormArea area ;
} ;
union spoolss_AddFormInfo {
struct spoolss_AddFormInfo1 * info1 ; /* [unique,case] */
} /* [switch_type(uint32)] */ ;
struct spoolss_PortInfo1 {
const char * port_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
} ;
/* bitmap spoolss_PortType */
# define SPOOLSS_PORT_TYPE_WRITE ( 0x00000001 )
# define SPOOLSS_PORT_TYPE_READ ( 0x00000002 )
# define SPOOLSS_PORT_TYPE_REDIRECTED ( 0x00000004 )
# define SPOOLSS_PORT_TYPE_NET_ATTACHED ( 0x00000008 )
struct spoolss_PortInfo2 {
const char * port_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * monitor_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * description ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
uint32_t port_type ;
uint32_t reserved ;
} ;
union spoolss_PortInfo {
struct spoolss_PortInfo1 info1 ; /* [case] */
struct spoolss_PortInfo2 info2 ; /* [case(2)] */
} /* [relative_base,nodiscriminant,public] */ ;
struct spoolss_MonitorInfo1 {
const char * monitor_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
} ;
struct spoolss_MonitorInfo2 {
const char * monitor_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * environment ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * dll_name ; /* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
} ;
union spoolss_MonitorInfo {
struct spoolss_MonitorInfo1 info1 ; /* [case] */
struct spoolss_MonitorInfo2 info2 ; /* [case(2)] */
} /* [relative_base,nodiscriminant,public] */ ;
2009-02-09 14:54:02 +01:00
/* bitmap spoolss_PrinterChangeFlags */
# 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_ADD_JOB ( 0x00000100 )
# define PRINTER_CHANGE_SET_JOB ( 0x00000200 )
# define PRINTER_CHANGE_DELETE_JOB ( 0x00000400 )
# define PRINTER_CHANGE_WRITE_JOB ( 0x00000800 )
# define PRINTER_CHANGE_ADD_FORM ( 0x00010000 )
# define PRINTER_CHANGE_SET_FORM ( 0x00020000 )
# define PRINTER_CHANGE_DELETE_FORM ( 0x00040000 )
# define PRINTER_CHANGE_ADD_PORT ( 0x00100000 )
# define PRINTER_CHANGE_CONFIGURE_PORT ( 0x00200000 )
# define PRINTER_CHANGE_DELETE_PORT ( 0x00400000 )
# define PRINTER_CHANGE_ADD_PRINT_PROCESSOR ( 0x01000000 )
# define PRINTER_CHANGE_DELETE_PRINT_PROCESSOR ( 0x04000000 )
2009-02-23 12:47:53 +01:00
# define PRINTER_CHANGE_SERVER ( 0x08000000 )
2009-02-09 14:54:02 +01:00
# define PRINTER_CHANGE_ADD_PRINTER_DRIVER ( 0x10000000 )
# define PRINTER_CHANGE_SET_PRINTER_DRIVER ( 0x20000000 )
# define PRINTER_CHANGE_DELETE_PRINTER_DRIVER ( 0x40000000 )
# define PRINTER_CHANGE_TIMEOUT ( 0x80000000 )
2008-12-30 13:45:29 -08:00
enum spoolss_Field
# ifndef USE_UINT_ENUMS
{
SPOOLSS_FIELD_SERVER_NAME = 0 ,
SPOOLSS_FIELD_PRINTER_NAME = 1 ,
SPOOLSS_FIELD_SHARE_NAME = 2 ,
SPOOLSS_FIELD_PORT_NAME = 3 ,
SPOOLSS_FIELD_DRIVER_NAME = 4 ,
SPOOLSS_FIELD_COMMENT = 5 ,
SPOOLSS_FIELD_LOCATION = 6 ,
SPOOLSS_FIELD_DEVMODE = 7 ,
SPOOLSS_FIELD_SEPFILE = 8 ,
SPOOLSS_FIELD_PRINT_PROCESSOR = 9 ,
SPOOLSS_FIELD_PARAMETERS = 10 ,
SPOOLSS_FIELD_DATATYPE = 11 ,
SPOOLSS_FIELD_SECURITY_DESCRIPTOR = 12 ,
SPOOLSS_FIELD_ATTRIBUTES = 13 ,
SPOOLSS_FIELD_PRIORITY = 14 ,
SPOOLSS_FIELD_DEFAULT_PRIORITY = 15 ,
SPOOLSS_FIELD_START_TIME = 16 ,
SPOOLSS_FIELD_UNTIL_TIME = 17 ,
SPOOLSS_FIELD_STATUS = 18 ,
SPOOLSS_FIELD_STATUS_STRING = 19 ,
SPOOLSS_FIELD_CJOBS = 20 ,
SPOOLSS_FIELD_AVERAGE_PPM = 21 ,
SPOOLSS_FIELD_TOTAL_PAGES = 22 ,
SPOOLSS_FIELD_PAGES_PRINTED = 23 ,
SPOOLSS_FIELD_TOTAL_BYTES = 24 ,
SPOOLSS_FIELD_BYTES_PRINTED = 25
}
# else
{ __donnot_use_enum_spoolss_Field = 0x7FFFFFFF }
# define SPOOLSS_FIELD_SERVER_NAME ( 0 )
# define SPOOLSS_FIELD_PRINTER_NAME ( 1 )
# define SPOOLSS_FIELD_SHARE_NAME ( 2 )
# define SPOOLSS_FIELD_PORT_NAME ( 3 )
# define SPOOLSS_FIELD_DRIVER_NAME ( 4 )
# define SPOOLSS_FIELD_COMMENT ( 5 )
# define SPOOLSS_FIELD_LOCATION ( 6 )
# define SPOOLSS_FIELD_DEVMODE ( 7 )
# define SPOOLSS_FIELD_SEPFILE ( 8 )
# define SPOOLSS_FIELD_PRINT_PROCESSOR ( 9 )
# define SPOOLSS_FIELD_PARAMETERS ( 10 )
# define SPOOLSS_FIELD_DATATYPE ( 11 )
# define SPOOLSS_FIELD_SECURITY_DESCRIPTOR ( 12 )
# define SPOOLSS_FIELD_ATTRIBUTES ( 13 )
# define SPOOLSS_FIELD_PRIORITY ( 14 )
# define SPOOLSS_FIELD_DEFAULT_PRIORITY ( 15 )
# define SPOOLSS_FIELD_START_TIME ( 16 )
# define SPOOLSS_FIELD_UNTIL_TIME ( 17 )
# define SPOOLSS_FIELD_STATUS ( 18 )
# define SPOOLSS_FIELD_STATUS_STRING ( 19 )
# define SPOOLSS_FIELD_CJOBS ( 20 )
# define SPOOLSS_FIELD_AVERAGE_PPM ( 21 )
# define SPOOLSS_FIELD_TOTAL_PAGES ( 22 )
# define SPOOLSS_FIELD_PAGES_PRINTED ( 23 )
# define SPOOLSS_FIELD_TOTAL_BYTES ( 24 )
# define SPOOLSS_FIELD_BYTES_PRINTED ( 25 )
# endif
;
enum spoolss_NotifyType
# ifndef USE_UINT_ENUMS
{
SPOOLSS_NOTIFY_PRINTER = 0 ,
SPOOLSS_NOTIFY_JOB = 1
}
# else
{ __donnot_use_enum_spoolss_NotifyType = 0x7FFFFFFF }
# define SPOOLSS_NOTIFY_PRINTER ( 0 )
# define SPOOLSS_NOTIFY_JOB ( 1 )
# endif
;
2009-02-17 00:22:25 +01:00
struct spoolss_NotifyOptionType {
2008-12-30 13:45:29 -08:00
enum spoolss_NotifyType type ;
uint16_t u1 ;
uint32_t u2 ;
uint32_t u3 ;
uint32_t count ;
enum spoolss_Field * fields ; /* [unique,size_is(count)] */
} ;
2009-02-21 21:13:46 +01:00
/* bitmap spoolssNotifyOptionFlags */
# define PRINTER_NOTIFY_OPTIONS_REFRESH ( 0x00000001 )
2009-02-17 00:22:25 +01:00
struct spoolss_NotifyOption {
2009-02-12 18:04:06 +01:00
uint32_t version ; /* [value(2)] */
2008-12-30 13:45:29 -08:00
uint32_t flags ;
uint32_t count ;
2009-02-17 00:22:25 +01:00
struct spoolss_NotifyOptionType * types ; /* [unique,size_is(count)] */
2008-12-30 13:45:29 -08:00
} ;
2009-02-12 18:04:06 +01:00
struct spoolss_NotifyString {
2008-12-30 13:45:29 -08:00
uint32_t size ;
const char * string ; /* [unique,charset(UTF16),size_is(size/2)] */
} ;
2009-02-12 18:04:06 +01:00
enum spoolss_NotifyTable
# ifndef USE_UINT_ENUMS
{
NOTIFY_TABLE_DWORD = 0x0001 ,
NOTIFY_TABLE_STRING = 0x0002 ,
NOTIFY_TABLE_DEVMODE = 0x0003 ,
NOTIFY_TABLE_TIME = 0x0004 ,
NOTIFY_TABLE_SECURITYDESCRIPTOR = 0x0005
}
# else
{ __donnot_use_enum_spoolss_NotifyTable = 0x7FFFFFFF }
# define NOTIFY_TABLE_DWORD ( 0x0001 )
# define NOTIFY_TABLE_STRING ( 0x0002 )
# define NOTIFY_TABLE_DEVMODE ( 0x0003 )
# define NOTIFY_TABLE_TIME ( 0x0004 )
# define NOTIFY_TABLE_SECURITYDESCRIPTOR ( 0x0005 )
# endif
;
2008-12-30 13:45:29 -08:00
union spoolss_NotifyData {
2009-02-12 18:04:06 +01:00
uint32_t integer [ 2 ] ; /* [case] */
struct spoolss_NotifyString string ; /* [case(2)] */
2009-02-23 12:47:53 +01:00
struct spoolss_DevmodeContainer devmode ; /* [case(3)] */
2009-02-12 18:04:06 +01:00
struct spoolss_TimeCtr time ; /* [case(4)] */
struct sec_desc_buf sd ; /* [case(5)] */
2008-12-30 13:45:29 -08:00
} /* [switch_type(uint32)] */ ;
struct spoolss_Notify {
enum spoolss_NotifyType type ;
enum spoolss_Field field ;
2009-02-12 18:04:06 +01:00
enum spoolss_NotifyTable variable_type ;
2008-12-30 13:45:29 -08:00
uint32_t job_id ;
union spoolss_NotifyData data ; /* [switch_is(variable_type)] */
} ;
struct spoolss_NotifyInfo {
2009-02-12 18:04:06 +01:00
uint32_t version ; /* [value(2)] */
2008-12-30 13:45:29 -08:00
uint32_t flags ;
uint32_t count ;
struct spoolss_Notify * notifies ; /* [size_is(count)] */
} ;
2009-02-12 00:54:40 +01:00
union spoolss_ReplyPrinterInfo {
struct spoolss_NotifyInfo * info0 ; /* [unique,case(0)] */
} /* [switch_type(uint32)] */ ;
/* bitmap spoolss_PrinterNotifyFlags */
# define PRINTER_NOTIFY_INFO_DISCARDED ( 0x00000001 )
# define PRINTER_NOTIFY_INFO_DISCARDNOTED ( 0x00010000 )
# define PRINTER_NOTIFY_INFO_COLOR_MISMATCH ( 0x00080000 )
2008-12-30 13:45:29 -08:00
struct spoolss_UserLevel1 {
uint32_t size ;
const char * client ; /* [unique,charset(UTF16)] */
const char * user ; /* [unique,charset(UTF16)] */
uint32_t build ;
2009-02-14 01:19:07 +01:00
enum spoolss_MajorVersion major ;
enum spoolss_MinorVersion minor ;
enum spoolss_ProcessorArchitecture processor ;
} ;
struct spoolss_UserLevel2 {
uint32_t not_used ;
} ;
struct spoolss_UserLevel3 {
uint32_t size ;
uint32_t flags ;
uint32_t size2 ;
const char * client ; /* [unique,charset(UTF16)] */
const char * user ; /* [unique,charset(UTF16)] */
uint32_t build ;
enum spoolss_MajorVersion major ;
enum spoolss_MinorVersion minor ;
enum spoolss_ProcessorArchitecture processor ;
uint64_t reserved ;
2008-12-30 13:45:29 -08:00
} ;
union spoolss_UserLevel {
struct spoolss_UserLevel1 * level1 ; /* [unique,case] */
2009-02-14 01:19:07 +01:00
struct spoolss_UserLevel2 * level2 ; /* [unique,case(2)] */
struct spoolss_UserLevel3 * level3 ; /* [unique,case(3)] */
} /* [switch_type(uint32)] */ ;
struct spoolss_UserLevelCtr {
uint32_t level ;
union spoolss_UserLevel user_info ; /* [switch_is(level)] */
2008-12-30 13:45:29 -08:00
} ;
/* bitmap spoolss_AccessRights */
# 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 )
2009-02-09 11:11:28 +01:00
/* bitmap spoolss_DeleteDriverFlags */
# define DPD_DELETE_UNUSED_FILES ( 0x00000001 )
# define DPD_DELETE_SPECIFIC_VERSION ( 0x00000002 )
# define DPD_DELETE_ALL_FILES ( 0x00000004 )
2009-02-18 14:47:33 +01:00
enum spoolss_PortProtocol
# ifndef USE_UINT_ENUMS
{
PROTOCOL_RAWTCP_TYPE = 1 ,
PROTOCOL_LPR_TYPE = 2
}
# else
{ __donnot_use_enum_spoolss_PortProtocol = 0x7FFFFFFF }
# define PROTOCOL_RAWTCP_TYPE ( 1 )
# define PROTOCOL_LPR_TYPE ( 2 )
# endif
;
struct spoolss_PortData1 {
const char * portname ; /* [charset(UTF16)] */
uint32_t version ; /* [value(0x00000001)] */
enum spoolss_PortProtocol protocol ;
uint32_t size ; /* [value(sizeof(r))] */
uint32_t reserved ;
const char * hostaddress ; /* [charset(UTF16)] */
const char * snmpcommunity ; /* [charset(UTF16)] */
uint32_t dblspool ;
const char * queue ; /* [charset(UTF16)] */
const char * ip_address ; /* [charset(UTF16)] */
const char * hardware_address ; /* [charset(UTF16)] */
const char * device_type ; /* [charset(UTF16)] */
uint32_t port_number ;
uint32_t snmp_enabled ;
uint32_t snmp_dev_index ;
} /* [public] */ ;
2009-02-19 00:51:15 +01:00
struct spoolss_PortData2 {
const char * portname ; /* [charset(UTF16)] */
uint32_t version ; /* [value(0x00000002)] */
enum spoolss_PortProtocol protocol ;
uint32_t size ; /* [value(sizeof(r))] */
uint32_t reserved ;
const char * hostaddress ; /* [charset(UTF16)] */
const char * snmpcommunity ; /* [charset(UTF16)] */
uint32_t dblspool ;
const char * queue ; /* [charset(UTF16)] */
const char * device_type ; /* [charset(UTF16)] */
uint32_t port_number ;
uint32_t snmp_enabled ;
uint32_t snmp_dev_index ;
uint32_t port_monitor_mib_index ;
} /* [public] */ ;
2009-02-18 14:47:33 +01:00
struct spoolss_MonitorUi {
2009-02-18 16:10:40 +01:00
const char * dll_name ; /* [flag(LIBNDR_FLAG_STR_NULLTERM)] */
2009-02-18 14:47:33 +01:00
} /* [public] */ ;
2009-02-11 13:08:11 +01:00
/* bitmap spoolss_AddPrinterDriverExFlags */
# define APD_STRICT_UPGRADE ( 0x00000001 )
# define APD_STRICT_DOWNGRADE ( 0x00000002 )
# define APD_COPY_ALL_FILES ( 0x00000004 )
# define APD_COPY_NEW_FILES ( 0x00000008 )
# define APD_COPY_FROM_DIRECTORY ( 0x00000010 )
# define APD_DONT_COPY_FILES_TO_CLUSTER ( 0x00001000 )
# define APD_COPY_TO_ALL_SPOOLERS ( 0x00002000 )
# define APD_RETURN_BLOCKING_STATUS_CODE ( 0x00010000 )
2008-12-30 13:45:29 -08:00
struct _spoolss_EnumPrinters {
struct {
uint32_t flags ;
const char * server ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
DATA_BLOB * info ; /* [unique] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct __spoolss_EnumPrinters {
struct {
uint32_t level ;
uint32_t count ;
} in ;
struct {
union spoolss_PrinterInfo * info ; /* [switch_is(level)] */
} out ;
} ;
struct spoolss_EnumPrinters {
struct {
uint32_t flags ;
const char * server ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
union spoolss_PrinterInfo * info ; /* [unique,switch_is(level),size_is(*count)] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_OpenPrinter {
struct {
const char * printername ; /* [unique,charset(UTF16)] */
const char * datatype ; /* [unique,charset(UTF16)] */
struct spoolss_DevmodeContainer devmode_ctr ;
uint32_t access_mask ;
} in ;
struct {
struct policy_handle * handle ; /* [ref] */
WERROR result ;
} out ;
} ;
struct spoolss_SetJob {
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t job_id ;
struct spoolss_JobInfoContainer * ctr ; /* [unique] */
enum spoolss_JobControl command ;
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_GetJob {
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t job_id ;
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
union spoolss_JobInfo * info ; /* [unique,subcontext_size(offered),subcontext(4),switch_is(level)] */
2009-02-06 13:57:13 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct _spoolss_EnumJobs {
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t firstjob ;
uint32_t numjobs ;
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
DATA_BLOB * info ; /* [unique] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct __spoolss_EnumJobs {
struct {
uint32_t level ;
uint32_t count ;
} in ;
struct {
union spoolss_JobInfo * info ; /* [switch_is(level)] */
} out ;
} ;
struct spoolss_EnumJobs {
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t firstjob ;
uint32_t numjobs ;
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
union spoolss_JobInfo * info ; /* [unique,switch_is(level),size_is(*count)] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_AddPrinter {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_DeletePrinter {
2009-02-05 12:19:54 +01:00
struct {
struct policy_handle * handle ; /* [ref] */
} in ;
2008-12-30 13:45:29 -08:00
struct {
WERROR result ;
} out ;
} ;
struct spoolss_SetPrinter {
struct {
struct policy_handle * handle ; /* [ref] */
2009-02-14 01:19:07 +01:00
struct spoolss_SetPrinterInfoCtr * info_ctr ; /* [ref] */
struct spoolss_DevmodeContainer * devmode_ctr ; /* [ref] */
struct sec_desc_buf * secdesc_ctr ; /* [ref] */
2008-12-30 13:45:29 -08:00
enum spoolss_PrinterControl command ;
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_GetPrinter {
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
union spoolss_PrinterInfo * info ; /* [unique,subcontext_size(offered),subcontext(4),switch_is(level)] */
2009-02-06 13:57:13 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_AddPrinterDriver {
2009-02-11 10:20:34 +01:00
struct {
2009-02-18 20:21:09 +01:00
const char * servername ; /* [unique,charset(UTF16)] */
struct spoolss_AddDriverInfoCtr * info_ctr ; /* [ref] */
2009-02-11 10:20:34 +01:00
} in ;
2008-12-30 13:45:29 -08:00
struct {
WERROR result ;
} out ;
} ;
struct _spoolss_EnumPrinterDrivers {
struct {
const char * server ; /* [unique,charset(UTF16)] */
const char * environment ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
DATA_BLOB * info ; /* [unique] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct __spoolss_EnumPrinterDrivers {
struct {
uint32_t level ;
uint32_t count ;
} in ;
struct {
union spoolss_DriverInfo * info ; /* [switch_is(level)] */
} out ;
} ;
struct spoolss_EnumPrinterDrivers {
struct {
const char * server ; /* [unique,charset(UTF16)] */
const char * environment ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
union spoolss_DriverInfo * info ; /* [unique,switch_is(level),size_is(*count)] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_GetPrinterDriver {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_GetPrinterDriverDirectory {
struct {
const char * server ; /* [unique,charset(UTF16)] */
const char * environment ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
union spoolss_DriverDirectoryInfo * info ; /* [unique,subcontext_size(offered),subcontext(4),switch_is(level)] */
2009-02-06 13:57:13 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_DeletePrinterDriver {
struct {
const char * server ; /* [unique,charset(UTF16)] */
const char * architecture ; /* [charset(UTF16)] */
const char * driver ; /* [charset(UTF16)] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_AddPrintProcessor {
2009-02-09 14:54:02 +01:00
struct {
const char * server ; /* [unique,charset(UTF16)] */
const char * architecture ; /* [charset(UTF16)] */
const char * path_name ; /* [charset(UTF16)] */
const char * print_processor_name ; /* [charset(UTF16)] */
} in ;
2008-12-30 13:45:29 -08:00
struct {
WERROR result ;
} out ;
} ;
struct _spoolss_EnumPrintProcessors {
struct {
const char * servername ; /* [unique,charset(UTF16)] */
const char * environment ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
DATA_BLOB * info ; /* [unique] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct __spoolss_EnumPrintProcessors {
struct {
uint32_t level ;
uint32_t count ;
} in ;
struct {
union spoolss_PrintProcessorInfo * info ; /* [switch_is(level)] */
} out ;
} ;
struct spoolss_EnumPrintProcessors {
struct {
const char * servername ; /* [unique,charset(UTF16)] */
const char * environment ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
union spoolss_PrintProcessorInfo * info ; /* [unique,switch_is(level),size_is(*count)] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_GetPrintProcessorDirectory {
struct {
2009-02-19 13:06:11 +01:00
const char * server ; /* [unique,charset(UTF16)] */
const char * environment ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
union spoolss_PrintProcessorDirectoryInfo * info ; /* [unique,subcontext_size(offered),subcontext(4),switch_is(level)] */
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_StartDocPrinter {
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t level ;
union spoolss_DocumentInfo info ; /* [switch_is(level)] */
} in ;
struct {
2009-02-06 13:57:13 +01:00
uint32_t * job_id ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_StartPagePrinter {
struct {
struct policy_handle * handle ; /* [ref] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_WritePrinter {
struct {
struct policy_handle * handle ; /* [ref] */
DATA_BLOB data ;
uint32_t _data_size ; /* [value(r->in.data.length)] */
} in ;
struct {
2009-02-06 13:57:13 +01:00
uint32_t * num_written ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_EndPagePrinter {
struct {
struct policy_handle * handle ; /* [ref] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_AbortPrinter {
struct {
struct policy_handle * handle ; /* [ref] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_ReadPrinter {
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t data_size ;
} in ;
struct {
2009-02-06 13:57:13 +01:00
uint8_t * data ; /* [ref,size_is(data_size)] */
uint32_t * _data_size ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_EndDocPrinter {
struct {
struct policy_handle * handle ; /* [ref] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_AddJob {
struct {
2009-02-09 22:11:25 +01:00
struct policy_handle * handle ; /* [ref] */
uint32_t level ;
uint32_t offered ;
uint8_t * buffer ; /* [unique,size_is(offered)] */
} in ;
struct {
uint32_t * needed ; /* [ref] */
uint8_t * buffer ; /* [unique,size_is(offered)] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_ScheduleJob {
2009-02-09 22:11:25 +01:00
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t jobid ;
} in ;
2008-12-30 13:45:29 -08:00
struct {
WERROR result ;
} out ;
} ;
struct _spoolss_GetPrinterData {
struct {
struct policy_handle * handle ; /* [ref] */
const char * value_name ; /* [charset(UTF16)] */
uint32_t offered ;
} in ;
struct {
2009-02-06 18:35:01 +01:00
enum spoolss_PrinterDataType * type ; /* [ref] */
2008-12-30 13:45:29 -08:00
DATA_BLOB data ;
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct __spoolss_GetPrinterData {
struct {
enum spoolss_PrinterDataType type ;
} in ;
struct {
union spoolss_PrinterData data ; /* [switch_is(type)] */
} out ;
} ;
struct spoolss_GetPrinterData {
struct {
struct policy_handle * handle ; /* [ref] */
const char * value_name ; /* [charset(UTF16)] */
uint32_t offered ;
} in ;
struct {
2009-02-06 18:35:01 +01:00
enum spoolss_PrinterDataType * type ; /* [ref] */
union spoolss_PrinterData data ; /* [subcontext_size(offered),subcontext(4),switch_is(*type)] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct _spoolss_SetPrinterData {
struct {
struct policy_handle * handle ; /* [ref] */
const char * value_name ; /* [charset(UTF16)] */
enum spoolss_PrinterDataType type ;
DATA_BLOB data ;
uint32_t _offered ;
} in ;
struct {
WERROR result ;
} out ;
} ;
struct __spoolss_SetPrinterData {
struct {
enum spoolss_PrinterDataType type ;
} in ;
struct {
union spoolss_PrinterData data ; /* [switch_is(type)] */
} out ;
} ;
struct spoolss_SetPrinterData {
struct {
struct policy_handle * handle ; /* [ref] */
const char * value_name ; /* [charset(UTF16)] */
enum spoolss_PrinterDataType type ;
union spoolss_PrinterData data ; /* [subcontext(4),switch_is(type)] */
uint32_t _offered ; /* [value(ndr_size_spoolss_PrinterData(&data,type,ndr->iconv_convenience,flags))] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_WaitForPrinterChange {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_ClosePrinter {
struct {
struct policy_handle * handle ; /* [ref] */
} in ;
struct {
struct policy_handle * handle ; /* [ref] */
WERROR result ;
} out ;
} ;
struct spoolss_AddForm {
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t level ;
union spoolss_AddFormInfo info ; /* [switch_is(level)] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_DeleteForm {
struct {
struct policy_handle * handle ; /* [ref] */
const char * form_name ; /* [charset(UTF16)] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_GetForm {
struct {
struct policy_handle * handle ; /* [ref] */
const char * form_name ; /* [charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
union spoolss_FormInfo * info ; /* [unique,subcontext_size(offered),subcontext(4),switch_is(level)] */
2009-02-06 13:57:13 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_SetForm {
struct {
struct policy_handle * handle ; /* [ref] */
const char * form_name ; /* [charset(UTF16)] */
uint32_t level ;
union spoolss_AddFormInfo info ; /* [switch_is(level)] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct _spoolss_EnumForms {
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
DATA_BLOB * info ; /* [unique] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct __spoolss_EnumForms {
struct {
uint32_t level ;
uint32_t count ;
} in ;
struct {
union spoolss_FormInfo * info ; /* [switch_is(level)] */
} out ;
} ;
struct spoolss_EnumForms {
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
union spoolss_FormInfo * info ; /* [unique,switch_is(level),size_is(*count)] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct _spoolss_EnumPorts {
struct {
const char * servername ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
DATA_BLOB * info ; /* [unique] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct __spoolss_EnumPorts {
struct {
uint32_t level ;
uint32_t count ;
} in ;
struct {
union spoolss_PortInfo * info ; /* [switch_is(level)] */
} out ;
} ;
struct spoolss_EnumPorts {
struct {
const char * servername ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
union spoolss_PortInfo * info ; /* [unique,switch_is(level),size_is(*count)] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct _spoolss_EnumMonitors {
struct {
const char * servername ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
DATA_BLOB * info ; /* [unique] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct __spoolss_EnumMonitors {
struct {
uint32_t level ;
uint32_t count ;
} in ;
struct {
union spoolss_MonitorInfo * info ; /* [switch_is(level)] */
} out ;
} ;
struct spoolss_EnumMonitors {
struct {
const char * servername ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
} in ;
struct {
2009-02-17 16:15:32 +01:00
uint32_t * count ; /* [ref] */
union spoolss_MonitorInfo * info ; /* [unique,switch_is(level),size_is(*count)] */
2009-02-06 17:13:58 +01:00
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_AddPort {
struct {
const char * server_name ; /* [unique,charset(UTF16)] */
uint32_t unknown ;
const char * monitor_name ; /* [charset(UTF16)] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_ConfigurePort {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_DeletePort {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_CreatePrinterIC {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_PlayGDIScriptOnPrinterIC {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_DeletePrinterIC {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_AddPrinterConnection {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_DeletePrinterConnection {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_PrinterMessageBox {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_AddMonitor {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_DeleteMonitor {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_DeletePrintProcessor {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_AddPrintProvidor {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_DeletePrintProvidor {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_EnumPrintProcDataTypes {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_ResetPrinter {
2009-02-17 10:52:04 +01:00
struct {
struct policy_handle * handle ; /* [ref] */
const char * data_type ; /* [unique,charset(UTF16)] */
struct spoolss_DevmodeContainer * devmode_ctr ; /* [ref] */
} in ;
2008-12-30 13:45:29 -08:00
struct {
WERROR result ;
} out ;
} ;
struct spoolss_GetPrinterDriver2 {
struct {
struct policy_handle * handle ; /* [ref] */
const char * architecture ; /* [unique,charset(UTF16)] */
uint32_t level ;
DATA_BLOB * buffer ; /* [unique] */
uint32_t offered ;
uint32_t client_major_version ;
uint32_t client_minor_version ;
} in ;
struct {
2009-02-24 10:43:53 +01:00
union spoolss_DriverInfo * info ; /* [unique,subcontext_size(offered),subcontext(4),switch_is(level)] */
2009-02-06 13:57:13 +01:00
uint32_t * needed ; /* [ref] */
uint32_t * server_major_version ; /* [ref] */
uint32_t * server_minor_version ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_FindFirstPrinterChangeNotification {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_FindNextPrinterChangeNotification {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_FindClosePrinterNotify {
struct {
struct policy_handle * handle ; /* [ref] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_RouterFindFirstPrinterChangeNotificationOld {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_ReplyOpenPrinter {
struct {
const char * server_name ; /* [charset(UTF16)] */
uint32_t printer_local ;
enum winreg_Type type ;
2009-02-09 15:14:52 +01:00
uint32_t bufsize ; /* [range(0,512)] */
uint8_t * buffer ; /* [unique,size_is(bufsize)] */
2008-12-30 13:45:29 -08:00
} in ;
struct {
struct policy_handle * handle ; /* [ref] */
WERROR result ;
} out ;
} ;
struct spoolss_RouterReplyPrinter {
2009-02-09 14:54:02 +01:00
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t flags ;
uint32_t bufsize ; /* [range(0,512)] */
uint8_t * buffer ; /* [unique,size_is(bufsize)] */
} in ;
2008-12-30 13:45:29 -08:00
struct {
WERROR result ;
} out ;
} ;
struct spoolss_ReplyClosePrinter {
struct {
struct policy_handle * handle ; /* [ref] */
} in ;
struct {
struct policy_handle * handle ; /* [ref] */
WERROR result ;
} out ;
} ;
struct spoolss_AddPortEx {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_RouterFindFirstPrinterChangeNotification {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_SpoolerInit {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_ResetPrinterEx {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_RemoteFindFirstPrinterChangeNotifyEx {
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t flags ;
uint32_t options ;
2009-02-17 00:22:25 +01:00
const char * local_machine ; /* [unique,charset(UTF16)] */
2008-12-30 13:45:29 -08:00
uint32_t printer_local ;
2009-02-17 00:22:25 +01:00
struct spoolss_NotifyOption * notify_options ; /* [unique] */
2008-12-30 13:45:29 -08:00
} in ;
struct {
WERROR result ;
} out ;
} ;
2009-02-11 22:12:56 +01:00
struct spoolss_RouterReplyPrinterEx {
2008-12-30 13:45:29 -08:00
struct {
2009-02-12 00:54:40 +01:00
struct policy_handle * handle ; /* [ref] */
uint32_t color ;
uint32_t flags ;
uint32_t reply_type ;
union spoolss_ReplyPrinterInfo info ; /* [switch_is(reply_type)] */
} in ;
struct {
uint32_t * reply_result ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
2009-02-11 22:12:56 +01:00
struct spoolss_RouterRefreshPrinterChangeNotify {
2008-12-30 13:45:29 -08:00
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t change_low ;
2009-02-17 00:22:25 +01:00
struct spoolss_NotifyOption * options ; /* [unique] */
2008-12-30 13:45:29 -08:00
} in ;
struct {
2009-02-05 12:19:54 +01:00
struct spoolss_NotifyInfo * * info ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_44 {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_OpenPrinterEx {
struct {
const char * printername ; /* [unique,charset(UTF16)] */
const char * datatype ; /* [unique,charset(UTF16)] */
struct spoolss_DevmodeContainer devmode_ctr ;
uint32_t access_mask ;
uint32_t level ;
union spoolss_UserLevel userlevel ; /* [switch_is(level)] */
} in ;
struct {
struct policy_handle * handle ; /* [ref] */
WERROR result ;
} out ;
} ;
struct spoolss_AddPrinterEx {
struct {
const char * server ; /* [unique,charset(UTF16)] */
2009-02-14 01:19:07 +01:00
struct spoolss_SetPrinterInfoCtr * info_ctr ; /* [ref] */
struct spoolss_DevmodeContainer * devmode_ctr ; /* [ref] */
struct sec_desc_buf * secdesc_ctr ; /* [ref] */
struct spoolss_UserLevelCtr * userlevel_ctr ; /* [ref] */
2008-12-30 13:45:29 -08:00
} in ;
struct {
2009-02-12 18:04:06 +01:00
struct policy_handle * handle ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_47 {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_EnumPrinterData {
struct {
struct policy_handle * handle ; /* [ref] */
uint32_t enum_index ;
uint32_t value_offered ;
uint32_t data_offered ;
} in ;
struct {
2009-02-09 19:43:52 +01:00
const char * value_name ; /* [charset(UTF16),size_is(value_offered/2)] */
2008-12-30 13:45:29 -08:00
uint32_t * value_needed ; /* [ref] */
uint32_t * printerdata_type ; /* [ref] */
DATA_BLOB * buffer ; /* [ref] */
uint32_t * data_needed ; /* [ref] */
WERROR result ;
} out ;
} ;
struct spoolss_DeletePrinterData {
struct {
struct policy_handle * handle ; /* [ref] */
const char * value_name ; /* [charset(UTF16)] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_4a {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_4b {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_4c {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_SetPrinterDataEx {
struct {
struct policy_handle * handle ; /* [ref] */
const char * key_name ; /* [charset(UTF16)] */
const char * value_name ; /* [charset(UTF16)] */
uint32_t type ;
2009-02-12 22:44:29 +01:00
uint8_t * buffer ; /* [ref,size_is(offered)] */
2008-12-30 13:45:29 -08:00
uint32_t offered ;
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_GetPrinterDataEx {
struct {
struct policy_handle * handle ; /* [ref] */
const char * key_name ; /* [charset(UTF16)] */
const char * value_name ; /* [charset(UTF16)] */
uint32_t offered ;
} in ;
struct {
2009-02-06 13:57:13 +01:00
uint32_t * type ; /* [ref] */
uint8_t * buffer ; /* [ref,size_is(offered)] */
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_EnumPrinterDataEx {
struct {
struct policy_handle * handle ; /* [ref] */
const char * key_name ; /* [charset(UTF16)] */
uint32_t offered ;
} in ;
struct {
2009-02-06 13:57:13 +01:00
uint8_t * buffer ; /* [ref,size_is(offered)] */
uint32_t * needed ; /* [ref] */
uint32_t * count ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_EnumPrinterKey {
struct {
struct policy_handle * handle ; /* [ref] */
const char * key_name ; /* [charset(UTF16)] */
2009-02-06 13:57:13 +01:00
uint32_t key_buffer_size ;
2008-12-30 13:45:29 -08:00
} in ;
struct {
2009-02-06 13:57:13 +01:00
uint16_t * key_buffer ; /* [ref,size_is(key_buffer_size/2)] */
uint32_t * needed ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_DeletePrinterDataEx {
struct {
struct policy_handle * handle ; /* [ref] */
const char * key_name ; /* [charset(UTF16)] */
const char * value_name ; /* [charset(UTF16)] */
} in ;
struct {
WERROR result ;
} out ;
} ;
struct spoolss_DeletePrinterKey {
2009-02-09 01:32:28 +01:00
struct {
struct policy_handle * handle ; /* [ref] */
const char * key_name ; /* [charset(UTF16)] */
} in ;
2008-12-30 13:45:29 -08:00
struct {
WERROR result ;
} out ;
} ;
struct spoolss_53 {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_DeletePrinterDriverEx {
2009-02-09 11:11:28 +01:00
struct {
const char * server ; /* [unique,charset(UTF16)] */
const char * architecture ; /* [charset(UTF16)] */
const char * driver ; /* [charset(UTF16)] */
uint32_t delete_flags ;
uint32_t version ;
} in ;
2008-12-30 13:45:29 -08:00
struct {
WERROR result ;
} out ;
} ;
struct spoolss_55 {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_56 {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_57 {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_XcvData {
struct {
struct policy_handle * handle ; /* [ref] */
const char * function_name ; /* [charset(UTF16)] */
DATA_BLOB in_data ;
uint32_t _in_data_length ; /* [value(r->in.in_data.length)] */
2009-02-06 13:57:13 +01:00
uint32_t out_data_size ;
uint32_t * status_code ; /* [ref] */
2008-12-30 13:45:29 -08:00
} in ;
struct {
2009-02-06 13:57:13 +01:00
uint8_t * out_data ; /* [ref,size_is(out_data_size)] */
uint32_t * needed ; /* [ref] */
uint32_t * status_code ; /* [ref] */
2008-12-30 13:45:29 -08:00
WERROR result ;
} out ;
} ;
struct spoolss_AddPrinterDriverEx {
2009-02-11 10:20:34 +01:00
struct {
2009-02-18 20:21:09 +01:00
const char * servername ; /* [unique,charset(UTF16)] */
struct spoolss_AddDriverInfoCtr * info_ctr ; /* [ref] */
2009-02-11 10:20:34 +01:00
uint32_t flags ;
} in ;
2008-12-30 13:45:29 -08:00
struct {
WERROR result ;
} out ;
} ;
struct spoolss_5a {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_5b {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_5c {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_5d {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_5e {
struct {
WERROR result ;
} out ;
} ;
struct spoolss_5f {
struct {
WERROR result ;
} out ;
} ;
# endif /* _HEADER_spoolss */