summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ntsvcs.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-18 01:38:08 +0100
committerGünther Deschner <gd@samba.org>2008-02-18 01:38:08 +0100
commit2a84f31e286299f93b5561d5b0b9f81e0733e13e (patch)
tree32f9fbe677162928cb99bf26d96442f08d1c98f7 /source3/librpc/gen_ndr/ntsvcs.h
parent3870cae33cd5de849b31093d8b1ee911545ac09b (diff)
downloadsamba-2a84f31e286299f93b5561d5b0b9f81e0733e13e.tar.gz
samba-2a84f31e286299f93b5561d5b0b9f81e0733e13e.tar.bz2
samba-2a84f31e286299f93b5561d5b0b9f81e0733e13e.zip
Re-run make idl.
Guenther (This used to be commit cbc3f328d0deecdb7a6c2ff6088ab10ce7d0fbd5)
Diffstat (limited to 'source3/librpc/gen_ndr/ntsvcs.h')
-rw-r--r--source3/librpc/gen_ndr/ntsvcs.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ntsvcs.h b/source3/librpc/gen_ndr/ntsvcs.h
index 8f8af699f3..9cdfa656b4 100644
--- a/source3/librpc/gen_ndr/ntsvcs.h
+++ b/source3/librpc/gen_ndr/ntsvcs.h
@@ -5,6 +5,12 @@
#ifndef _HEADER_ntsvcs
#define _HEADER_ntsvcs
+struct PNP_HwProfInfo {
+ uint32_t unknown1;
+ uint16_t unknown2[160];
+ uint32_t unknown3;
+};
+
struct PNP_Disconnect {
struct {
@@ -362,6 +368,14 @@ struct PNP_HwProfFlags {
struct PNP_GetHwProfInfo {
struct {
+ uint32_t idx;
+ uint32_t unknown1;
+ uint32_t unknown2;
+ struct PNP_HwProfInfo *info;/* [ref] */
+ } in;
+
+ struct {
+ struct PNP_HwProfInfo *info;/* [ref] */
WERROR result;
} out;