mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Add IDL for PNP_GetHwProfInfo.
Guenther (This used to be commit 1ec619fd025cf0ba0b9af05bffa90b61e8ab0f97)
This commit is contained in:
parent
7b5d9af374
commit
3870cae33c
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user