1
0
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:
Günther Deschner 2008-02-18 00:22:45 +01:00
parent 342d7fd099
commit 9a1881598c

View File

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