1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

ntsvcs: fill in some more formerly unknowns in PNP_GetHwProfInfo.

Guenther
This commit is contained in:
Günther Deschner 2008-11-11 01:31:48 +01:00
parent 1f87fc798d
commit 663c1d52f6

View File

@ -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
);
/******************/