summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/spoolss.h
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/gen_ndr/spoolss.h')
-rw-r--r--librpc/gen_ndr/spoolss.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h
index 33f6042bd8..5934cfa033 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -1259,6 +1259,15 @@ struct spoolss_EndDocPrinter {
struct spoolss_AddJob {
struct {
+ 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)] */
WERROR result;
} out;
@@ -1267,6 +1276,11 @@ struct spoolss_AddJob {
struct spoolss_ScheduleJob {
struct {
+ struct policy_handle *handle;/* [ref] */
+ uint32_t jobid;
+ } in;
+
+ struct {
WERROR result;
} out;