mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Fill in IDL PNP_GetDeviceListSize() based on samba3.
Guenther
(This used to be commit 9d7699cbe4
)
This commit is contained in:
parent
342d7fd099
commit
9a1881598c
@ -72,7 +72,11 @@ interface ntsvcs
|
||||
/******************/
|
||||
/* Function: 0x0b */
|
||||
|
||||
WERROR PNP_GetDeviceListSize();
|
||||
WERROR PNP_GetDeviceListSize(
|
||||
[in,unique] [string,charset(UTF16)] uint16 *devicename,
|
||||
[out,ref] uint32 *size,
|
||||
[in] uint32 flags
|
||||
);
|
||||
|
||||
/******************/
|
||||
/* Function: 0x0c */
|
||||
|
Loading…
Reference in New Issue
Block a user