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, 7 insertions, 7 deletions
diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h
index d2ece73388..0b81146cff 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -1597,7 +1597,7 @@ struct spoolss_EnumPrinters {
struct {
uint32_t *count;/* [ref] */
- union spoolss_PrinterInfo **info;/* [ref,switch_is(level),size_is(*count)] */
+ union spoolss_PrinterInfo **info;/* [ref,switch_is(level),size_is(,*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -1699,7 +1699,7 @@ struct spoolss_EnumJobs {
struct {
uint32_t *count;/* [ref] */
- union spoolss_JobInfo **info;/* [ref,switch_is(level),size_is(*count)] */
+ union spoolss_JobInfo **info;/* [ref,switch_is(level),size_is(,*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -1816,7 +1816,7 @@ struct spoolss_EnumPrinterDrivers {
struct {
uint32_t *count;/* [ref] */
- union spoolss_DriverInfo **info;/* [ref,switch_is(level),size_is(*count)] */
+ union spoolss_DriverInfo **info;/* [ref,switch_is(level),size_is(,*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -1922,7 +1922,7 @@ struct spoolss_EnumPrintProcessors {
struct {
uint32_t *count;/* [ref] */
- union spoolss_PrintProcessorInfo **info;/* [ref,switch_is(level),size_is(*count)] */
+ union spoolss_PrintProcessorInfo **info;/* [ref,switch_is(level),size_is(,*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -2283,7 +2283,7 @@ struct spoolss_EnumForms {
struct {
uint32_t *count;/* [ref] */
- union spoolss_FormInfo **info;/* [ref,switch_is(level),size_is(*count)] */
+ union spoolss_FormInfo **info;/* [ref,switch_is(level),size_is(,*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -2332,7 +2332,7 @@ struct spoolss_EnumPorts {
struct {
uint32_t *count;/* [ref] */
- union spoolss_PortInfo **info;/* [ref,switch_is(level),size_is(*count)] */
+ union spoolss_PortInfo **info;/* [ref,switch_is(level),size_is(,*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -2381,7 +2381,7 @@ struct spoolss_EnumMonitors {
struct {
uint32_t *count;/* [ref] */
- union spoolss_MonitorInfo **info;/* [ref,switch_is(level),size_is(*count)] */
+ union spoolss_MonitorInfo **info;/* [ref,switch_is(level),size_is(,*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;