1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

Fill in (very unfinished) IDL for PNP_HwProfFlags.

Guenther
This commit is contained in:
Günther Deschner
2008-02-18 01:06:08 +01:00
parent bc1df536fa
commit 121e73aa49

View File

@ -221,7 +221,17 @@ interface ntsvcs
/******************/
/* Function: 0x28 */
WERROR PNP_HwProfFlags();
WERROR PNP_HwProfFlags(
[in] uint32 unknown1,
[in,ref] [string,charset(UTF16)] uint16 *devicepath,
[in] uint32 unknown2,
[in,out,ref] uint32 *unknown3,
[in,out,unique] uint16 *unknown4,
[in,unique] [string,charset(UTF16)] uint16 *unknown5,
[out,unique] [string,charset(UTF16)] uint16 **unknown5a,
[in] uint32 unknown6,
[in] uint32 unknown7
);
/******************/
/* Function: 0x29 */