From: Günther Deschner Date: Mon, 18 Feb 2008 00:29:13 +0000 (+0100) Subject: Add IDL for PNP_GetHwProfInfo. X-Git-Tag: samba-3.2.0pre2~37^2~160^2~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ec619fd025cf0ba0b9af05bffa90b61e8ab0f97;p=thirdparty%2Fsamba.git Add IDL for PNP_GetHwProfInfo. Guenther --- diff --git a/source/librpc/idl/ntsvcs.idl b/source/librpc/idl/ntsvcs.idl index 0b8f5c3e0b0..af0c7032da3 100644 --- a/source/librpc/idl/ntsvcs.idl +++ b/source/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 */