diff options
author | Günther Deschner <gd@samba.org> | 2008-11-11 01:31:48 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-12 10:19:32 +0100 |
commit | 663c1d52f60f7ca3ffe3b0ea537e37541c936583 (patch) | |
tree | 8c254bcd045a4d0694253876e83b98cdb05d64dd | |
parent | 1f87fc798d58dc27152b236e6e66c89684007b2a (diff) | |
download | samba-663c1d52f60f7ca3ffe3b0ea537e37541c936583.tar.gz samba-663c1d52f60f7ca3ffe3b0ea537e37541c936583.tar.bz2 samba-663c1d52f60f7ca3ffe3b0ea537e37541c936583.zip |
ntsvcs: fill in some more formerly unknowns in PNP_GetHwProfInfo.
Guenther
-rw-r--r-- | librpc/idl/ntsvcs.idl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/librpc/idl/ntsvcs.idl b/librpc/idl/ntsvcs.idl index 9f752cd027..d50243534e 100644 --- a/librpc/idl/ntsvcs.idl +++ b/librpc/idl/ntsvcs.idl @@ -255,16 +255,16 @@ interface ntsvcs /* Function: 0x29 */ typedef struct { - uint32 unknown1; - uint16 unknown2[160]; - uint32 unknown3; + uint32 profile_handle; + uint16 friendly_name[80]; + uint32 flags; } PNP_HwProfInfo; WERROR PNP_GetHwProfInfo( [in] uint32 idx, [in,out,ref] PNP_HwProfInfo *info, - [in] uint32 unknown1, - [in] uint32 unknown2 + [in] uint32 size, + [in] uint32 flags ); /******************/ |