From: Günther Deschner Date: Tue, 20 May 2008 09:25:30 +0000 (+0200) Subject: Revert "Fill in IDL for PNP_GetDeviceRegProp." X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cece7ec384330bf3124723a3d25069d397e27795;p=thirdparty%2Fsamba.git Revert "Fill in IDL for PNP_GetDeviceRegProp." This reverts commit b1b6e93aa1f1b6d80969b6e5dd8f723e21ae8ce8. --- diff --git a/source/include/rpc_ntsvcs.h b/source/include/rpc_ntsvcs.h index 0056d16eb96..71274cc380e 100644 --- a/source/include/rpc_ntsvcs.h +++ b/source/include/rpc_ntsvcs.h @@ -49,6 +49,8 @@ typedef struct { /**************************/ +#define DEV_REGPROP_DESC 1 + typedef struct { UNISTR2 devicepath; uint32 property; diff --git a/source/librpc/idl/ntsvcs.idl b/source/librpc/idl/ntsvcs.idl index bac2549c737..af0c7032da3 100644 --- a/source/librpc/idl/ntsvcs.idl +++ b/source/librpc/idl/ntsvcs.idl @@ -1,6 +1,7 @@ /* plug and play services */ + [ uuid("8d9f4e40-a03d-11ce-8f69-08003e30051b"), version(1.0), @@ -85,17 +86,7 @@ interface ntsvcs /******************/ /* Function: 0x0d */ - const int DEV_REGPROP_DESC = 1; - - WERROR PNP_GetDeviceRegProp( - [in,ref] [string,charset(UTF16)] uint16 *devicepath, - [in] uint32 property, - [in,out,ref] uint32 *unknown1, - [out,ref] [size_is(*buffer_size)] [length_is(*buffer_size)] uint8 *buffer, - [in,out,ref] uint32 *buffer_size, - [in,out,ref] uint32 *needed, - [in] uint32 unknown3 - ); + WERROR PNP_GetDeviceRegProp(); /******************/ /* Function: 0x0e */