summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ntsvcs.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-12 09:36:08 +0100
committerGünther Deschner <gd@samba.org>2008-11-12 10:19:10 +0100
commit2ea5e222c581fd7709345dfbc51c8f0565f7bb67 (patch)
treedd98a97b4c370befa878fa595a9a0f4c3d0bd08d /source3/librpc/gen_ndr/ntsvcs.h
parent0afcf4d8f7093b3b78d71ec0aa00b6487a2917f5 (diff)
downloadsamba-2ea5e222c581fd7709345dfbc51c8f0565f7bb67.tar.gz
samba-2ea5e222c581fd7709345dfbc51c8f0565f7bb67.tar.bz2
samba-2ea5e222c581fd7709345dfbc51c8f0565f7bb67.zip
s3-build: re-run make samba3-idl.
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/ntsvcs.h')
-rw-r--r--source3/librpc/gen_ndr/ntsvcs.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/source3/librpc/gen_ndr/ntsvcs.h b/source3/librpc/gen_ndr/ntsvcs.h
index bfe503e5d3..5502270bca 100644
--- a/source3/librpc/gen_ndr/ntsvcs.h
+++ b/source3/librpc/gen_ndr/ntsvcs.h
@@ -369,20 +369,20 @@ struct PNP_RequestEjectPC {
struct PNP_HwProfFlags {
struct {
- uint32_t unknown1;
+ uint32_t action;
const char *devicepath;/* [ref,charset(UTF16)] */
- uint32_t unknown2;
+ uint32_t config;
const char *unknown5;/* [unique,charset(UTF16)] */
- uint32_t unknown6;
- uint32_t unknown7;
- uint32_t *unknown3;/* [ref] */
- uint16_t *unknown4;/* [unique] */
+ uint32_t name_length;
+ uint32_t flags;
+ uint32_t *profile_flags;/* [ref] */
+ uint16_t *veto_type;/* [unique] */
} in;
struct {
const char **unknown5a;/* [unique,charset(UTF16)] */
- uint32_t *unknown3;/* [ref] */
- uint16_t *unknown4;/* [unique] */
+ uint32_t *profile_flags;/* [ref] */
+ uint16_t *veto_type;/* [unique] */
WERROR result;
} out;