From: Eric Kohl Date: Sat, 10 Aug 2019 12:04:58 +0000 (+0200) Subject: [IDL][WINLOGON] Rename locally used functions of the winreg rpc interface X-Git-Tag: 0.4.14-dev~406 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=878db263786ca25761ec7915090cdffdb21effc0 [IDL][WINLOGON] Rename locally used functions of the winreg rpc interface - Function 14 is named BaseRegNotifyChangeKeyValue - Function 28 is named OpenDynData --- diff --git a/base/system/winlogon/rpcserver.c b/base/system/winlogon/rpcserver.c index 1fc6c0dfad1..30de6e8c927 100644 --- a/base/system/winlogon/rpcserver.c +++ b/base/system/winlogon/rpcserver.c @@ -261,10 +261,10 @@ BaseRegLoadKey( } -/* Function 14 */ +/* Function 14 - Not used on wire */ void __stdcall -Opnum14NotImplemented( +BaseRegNotifyChangeKeyValue( handle_t IDL_handle) { TRACE("\n"); @@ -462,10 +462,10 @@ OpenCurrentConfig( } -/* Function 28 */ +/* Function 28 - Not used on wire */ void __stdcall -Opnum28NotImplemented( +OpenDynData( handle_t IDL_handle) { TRACE("\n"); diff --git a/sdk/include/reactos/idl/winreg.idl b/sdk/include/reactos/idl/winreg.idl index c9784708347..6bc311ed77d 100644 --- a/sdk/include/reactos/idl/winreg.idl +++ b/sdk/include/reactos/idl/winreg.idl @@ -165,10 +165,10 @@ interface winreg [in] PRPC_UNICODE_STRING lpSubKey, [in] PRPC_UNICODE_STRING lpFile); - /* Function 14 */ + /* Function 14 - Not used on wire */ void __stdcall - Opnum14NotImplemented(void); + BaseRegNotifyChangeKeyValue(void); /* Function 15 */ error_status_t @@ -288,10 +288,10 @@ interface winreg [in] REGSAM samDesired, [out] PRPC_HKEY phKey); - /* Function 28 */ + /* Function 28 - Not used on wire */ void __stdcall - Opnum28NotImplemented(void); + OpenDynData(void); /* Function 29 */ error_status_t