diff options
author | Günther Deschner <gd@samba.org> | 2008-02-18 01:29:13 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-18 01:37:50 +0100 |
commit | 3870cae33cd5de849b31093d8b1ee911545ac09b (patch) | |
tree | 8ed7664f7f9bf0dacfcb8a3006592c814a117c6d /source3/librpc/idl/ntsvcs.idl | |
parent | 7b5d9af374b432e52765dd23bb0b8e6a9696cf86 (diff) | |
download | samba-3870cae33cd5de849b31093d8b1ee911545ac09b.tar.gz samba-3870cae33cd5de849b31093d8b1ee911545ac09b.tar.bz2 samba-3870cae33cd5de849b31093d8b1ee911545ac09b.zip |
Add IDL for PNP_GetHwProfInfo.
Guenther
(This used to be commit 1ec619fd025cf0ba0b9af05bffa90b61e8ab0f97)
Diffstat (limited to 'source3/librpc/idl/ntsvcs.idl')
-rw-r--r-- | source3/librpc/idl/ntsvcs.idl | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/source3/librpc/idl/ntsvcs.idl b/source3/librpc/idl/ntsvcs.idl index 0b8f5c3e0b..af0c7032da 100644 --- a/source3/librpc/idl/ntsvcs.idl +++ b/source3/librpc/idl/ntsvcs.idl @@ -236,7 +236,18 @@ interface ntsvcs /******************/ /* Function: 0x29 */ - WERROR PNP_GetHwProfInfo(); + typedef struct { + uint32 unknown1; + uint16 unknown2[160]; + uint32 unknown3; + } PNP_HwProfInfo; + + WERROR PNP_GetHwProfInfo( + [in] uint32 idx, + [in,out,ref] PNP_HwProfInfo *info, + [in] uint32 unknown1, + [in] uint32 unknown2 + ); /******************/ /* Function: 0x2a */ |