https://git.reactos.org/?p=reactos.git;a=commitdiff;h=878db263786ca25761ec7915090cdffdb21effc0

commit 878db263786ca25761ec7915090cdffdb21effc0
Author:     Eric Kohl <[email protected]>
AuthorDate: Sat Aug 10 14:04:58 2019 +0200
Commit:     Eric Kohl <[email protected]>
CommitDate: Sat Aug 10 14:04:58 2019 +0200

    [IDL][WINLOGON] Rename locally used functions of the winreg rpc interface
    
    - Function 14 is named BaseRegNotifyChangeKeyValue
    - Function 28 is named OpenDynData
---
 base/system/winlogon/rpcserver.c   | 8 ++++----
 sdk/include/reactos/idl/winreg.idl | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

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

Reply via email to