mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
Fill in IDL PNP_GetDeviceListSize() based on samba3.
Guenther (This used to be commit 9d7699cbe4ba3536d7acf8e06374e33c036a2d2a)
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…
x
Reference in New Issue
Block a user