summaryrefslogtreecommitdiff
path: root/librpc/idl/spoolss.idl
AgeCommit message (Expand)AuthorFilesLines
2009-08-20spoolss: add more spoolss calls to IDLGünther Deschner1-0/+90
2009-08-10spoolss: fill in more details of the spoolss_DeviceMode.Günther Deschner1-21/+210
2009-07-17spoolss: fill in some unknowns in spoolss_OSVersion and spoolss_OSVersionEx.Günther Deschner1-4/+7
2009-07-17spoolss: fill in spoolss_Create/DeletePrinterIC + rerun make samba3-idl.Günther Deschner1-2/+6
2009-07-03spoolss: fill in spoolss_GetPrinterDriver IDL.Günther Deschner1-1/+8
2009-07-03spoolss: the flags in spoolss_SetPrinterInfo1 are in fact spoolss_PrinterAttr...Günther Deschner1-1/+1
2009-07-03spoolss: fill in spoolss_AddPrinter IDL.Günther Deschner1-3/+6
2009-07-02spoolss: the flags in spoolss_PrinterInfo1 are in fact spoolss_PrinterAttribu...Günther Deschner1-7/+7
2009-05-13s3-spoolss: move SPL_ARCH_X defines to IDL.Günther Deschner1-0/+8
2009-05-13spoolss: add SPOOLSS_ARCHITECTURE_ALL to IDL.Günther Deschner1-0/+2
2009-04-13spoolss: add spoolss_DriverAttributes bitmask.Günther Deschner1-2/+6
2009-04-13spoolss: fix order of strings in PrinterInfo1 structs.Günther Deschner1-2/+2
2009-03-18spoolss: make spoolss_Field a nodiscriminant union of 2 sets of notify flag e...Günther Deschner1-30/+65
2009-03-18spoolss: add spoolss_EnumPrinterDataEx triple call.Günther Deschner1-3/+15
2009-03-18spoolss: fix spoolss_PrinterEnumValues w.r.t. size calculation of PrinterData.Günther Deschner1-1/+1
2009-03-17spoolss: add spoolss_PrinterEnumValues.Günther Deschner1-0/+9
2009-03-17spoolss: use PRINTER_NOTIFY_TYPE and JOB_NOTIFY_TYPE in favor of "old" s4 def...Günther Deschner1-2/+2
2009-03-17spoolss: add SPL Port definitions to IDL.Günther Deschner1-0/+10
2009-03-17spoolss: add range checks for priority element in spoolss_JobInfo structs.Günther Deschner1-8/+8
2009-03-17spoolss: use nstring_array in spoolss_EnumPrinterKey.Günther Deschner1-2/+2
2009-03-17spoolss: use winreg_Type instead of spoolss_PrinterDataType for XPrinterData ...Günther Deschner1-22/+14
2009-03-17spoolss: use uint8 array instead of DATA_BLOB in EnumPrinterData IDL out poin...Günther Deschner1-1/+1
2009-03-17spoolss: fix IDL for spoolss_SetPrinterData.Günther Deschner1-1/+1
2009-03-17spoolss: make spoolss_GetPrinterData out.data ref pointers.Günther Deschner1-3/+3
2009-03-13spoolss: flag PrinterInfo union and levels as [public,gensize].Günther Deschner1-9/+9
2009-03-13spoolss: add [gensize] flag to spoolss_DriverInfo union.Günther Deschner1-1/+1
2009-03-13spoolss: flag spoolss_JobInfo union and structures [public,gensize].Günther Deschner1-5/+5
2009-03-07spoolss: flag spoolss_MonitorInfo structs [public,gensize].Günther Deschner1-2/+2
2009-03-07spoolss: flag spoolss_PortInfo structs as [public,gensize].Günther Deschner1-4/+4
2009-03-07spoolss: flag spoolss_PrintProcessorInfo1 [public,gensize].Günther Deschner1-1/+1
2009-03-07spoolss: fill in spoolss_EnumPrintProcDataTypes IDL.Günther Deschner1-1/+34
2009-03-06spoolss: flag spoolss_FormInfo1 and 2 with [public,gensize].Günther Deschner1-2/+2
2009-03-06spoolss: fix [size_is] declaration for enum calls.Günther Deschner1-7/+7
2009-03-06spoolss: make all enum out info pointers a pointer to an array.Günther Deschner1-7/+7
2009-03-02spoolss: move up printer and job status codes.Günther Deschner1-50/+52
2009-03-02spoolss: use dummy pointers for truncated devmode and secdesc in SetJobInfo2/4.Günther Deschner1-4/+4
2009-02-27spoolss: fill in spoolss_SetJobInfo1,2,3,4.Günther Deschner1-1/+78
2009-02-27spoolss: add spoolss_PortInfo3 and spoolss_PortInfoFF.Günther Deschner1-1/+35
2009-02-26spoolss: add 2 new SPOOLSS_JOB_CONTROL values.Günther Deschner1-1/+3
2009-02-26spoolss: add spoolss_JobInfo2, JobInfo3 and JobInfo4 (new in vista).Günther Deschner1-3/+63
2009-02-26spoolss: add spoolss_JobStatus.Günther Deschner1-1/+22
2009-02-25spoolss: add JOB_ACCESS_READ.Günther Deschner1-1/+2
2009-02-25spoolss: add spoolss_AddFormInfo2.Günther Deschner1-0/+14
2009-02-25spoolss: fix spoolss_FormInfo2 (new in vista).Günther Deschner1-1/+1
2009-02-25spoolss: windows ignores level in a spoolss_GetPrintProcessorDirectory query.Günther Deschner1-1/+1
2009-02-25spoolss: add spoolss_FormInfo2 used by Vista.Günther Deschner1-0/+20
2009-02-24spoolss: fix _spoolss_SetPrinter level 3.Günther Deschner1-1/+1
2009-02-24spoolss: return subcontext spoolss_DriverInfo in spoolss_GetPrinterDriver2.Günther Deschner1-1/+1
2009-02-24spoolss: add SPOOLSS_DEFAULT_SERVER_PATH.Günther Deschner1-0/+1
2009-02-24spoolss: add spoolss_DriverInfo101 to IDL.Günther Deschner1-1/+33