summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-03-04 17:02:42 +0100
committerGünther Deschner <gd@samba.org>2010-03-05 15:17:59 +0100
commit63c0821b0b5c79afcff62e52891641cf42386e90 (patch)
tree7a3ac026344b294afd174ded126431b050de19fd /librpc/gen_ndr/spoolss.h
parent0e779b573bf5c27bf08ceefa09a7e2b07691f948 (diff)
downloadsamba-63c0821b0b5c79afcff62e52891641cf42386e90.tar.gz
samba-63c0821b0b5c79afcff62e52891641cf42386e90.tar.bz2
samba-63c0821b0b5c79afcff62e52891641cf42386e90.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/spoolss.h')
-rw-r--r--librpc/gen_ndr/spoolss.h63
1 files changed, 2 insertions, 61 deletions
diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h
index e9b4d20175..3974e91de5 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -3068,35 +3068,6 @@ struct spoolss_ScheduleJob {
};
-struct _spoolss_GetPrinterData {
- struct {
- struct policy_handle *handle;/* [ref] */
- const char *value_name;/* [charset(UTF16)] */
- uint32_t offered;
- } in;
-
- struct {
- enum winreg_Type *type;/* [ref] */
- DATA_BLOB *data;/* [ref] */
- uint32_t *needed;/* [ref] */
- WERROR result;
- } out;
-
-};
-
-
-struct __spoolss_GetPrinterData {
- struct {
- enum winreg_Type type;
- } in;
-
- struct {
- union spoolss_PrinterData *data;/* [ref,switch_is(type)] */
- } out;
-
-};
-
-
struct spoolss_GetPrinterData {
struct {
struct policy_handle *handle;/* [ref] */
@@ -3106,7 +3077,7 @@ struct spoolss_GetPrinterData {
struct {
enum winreg_Type *type;/* [ref] */
- union spoolss_PrinterData *data;/* [subcontext_size(offered),ref,subcontext(4),switch_is(*type)] */
+ uint8_t *data;/* [ref,size_is(offered)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -3861,36 +3832,6 @@ struct spoolss_SetPrinterDataEx {
};
-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 {
- enum winreg_Type *type;/* [ref] */
- DATA_BLOB *data;/* [ref] */
- uint32_t *needed;/* [ref] */
- WERROR result;
- } out;
-
-};
-
-
-struct __spoolss_GetPrinterDataEx {
- struct {
- enum winreg_Type type;
- } in;
-
- struct {
- union spoolss_PrinterData *data;/* [ref,switch_is(type)] */
- } out;
-
-};
-
-
struct spoolss_GetPrinterDataEx {
struct {
struct policy_handle *handle;/* [ref] */
@@ -3901,7 +3842,7 @@ struct spoolss_GetPrinterDataEx {
struct {
enum winreg_Type *type;/* [ref] */
- union spoolss_PrinterData *data;/* [subcontext_size(offered),ref,subcontext(4),switch_is(*type)] */
+ uint8_t *data;/* [ref,size_is(offered)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;