1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

ntsvcs: some corrections for the PNP_GetDeviceRegProp IDL.

Guenther
This commit is contained in:
Günther Deschner 2008-11-11 00:59:35 +01:00
parent 17fe93f94b
commit 8d8386cc4d

View File

@ -2,6 +2,8 @@
plug and play services
*/
import "winreg.idl";
[
uuid("8d9f4e40-a03d-11ce-8f69-08003e30051b"),
version(1.0),
@ -96,7 +98,7 @@ interface ntsvcs
WERROR PNP_GetDeviceRegProp(
[in,ref] [string,charset(UTF16)] uint16 *devicepath,
[in] uint32 property,
[in,out,ref] uint32 *reg_data_type,
[in,out,ref] winreg_Type *reg_data_type,
[out,ref] [size_is(*buffer_size)] [length_is(*buffer_size)] uint8 *buffer,
[in,out,ref] uint32 *buffer_size,
[in,out,ref] uint32 *needed,