diff options
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r-- | source4/include/structs.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 944f79225bb..2c8003e791e 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -37,8 +37,43 @@ union spoolss_FormInfo; union spoolss_PortInfo; union spoolss_MonitorInfo; union spoolss_PrintProcessorInfo; + struct spoolss_GetPrinterData; struct spoolss_SetPrinterData; +struct spoolss_OpenPrinterEx; +struct spoolss_EnumPrinterData; +struct spoolss_DeletePrinterData; +struct spoolss_AddForm; +struct spoolss_GetForm; +struct spoolss_SetForm; +struct spoolss_DeleteForm; +struct spoolss_AddPrinterDriver; +struct spoolss_DeletePrinterDriver; +struct spoolss_GetPrinterDriverDirectory; +struct spoolss_AddPrinter; +struct spoolss_GetPrinter; +struct spoolss_SetPrinter; +struct spoolss_DeletePrinter; +struct spoolss_GetPrinterDriver; +struct spoolss_EnumPrinterData; +struct spoolss_DeletePrinterData; +struct spoolss_AddForm; +struct spoolss_GetForm; +struct spoolss_SetForm; +struct spoolss_DeleteForm; +struct spoolss_AddJob; +struct spoolss_ScheduleJob; +struct spoolss_GetJob; +struct spoolss_SetJob; +struct spoolss_StartDocPrinter; +struct spoolss_EndDocPrinter; +struct spoolss_StartPagePrinter; +struct spoolss_EndPagePrinter; +struct spoolss_WritePrinter; +struct spoolss_ReadPrinter; + +struct ntptr_context; +struct ntptr_GenericHandle; struct drsuapi_DsReplicaObjectListItem; struct drsuapi_DsReplicaObjectListItemEx; |