[IDL][WINLOGON] Rename locally used functions of the winreg rpc interface

- Function 14 is named BaseRegNotifyChangeKeyValue
- Function 28 is named OpenDynData
This commit is contained in:
Eric Kohl 2019-08-10 14:04:58 +02:00
parent 03adec8141
commit 878db26378
2 changed files with 8 additions and 8 deletions

View file

@ -261,10 +261,10 @@ BaseRegLoadKey(
} }
/* Function 14 */ /* Function 14 - Not used on wire */
void void
__stdcall __stdcall
Opnum14NotImplemented( BaseRegNotifyChangeKeyValue(
handle_t IDL_handle) handle_t IDL_handle)
{ {
TRACE("\n"); TRACE("\n");
@ -462,10 +462,10 @@ OpenCurrentConfig(
} }
/* Function 28 */ /* Function 28 - Not used on wire */
void void
__stdcall __stdcall
Opnum28NotImplemented( OpenDynData(
handle_t IDL_handle) handle_t IDL_handle)
{ {
TRACE("\n"); TRACE("\n");

View file

@ -165,10 +165,10 @@ interface winreg
[in] PRPC_UNICODE_STRING lpSubKey, [in] PRPC_UNICODE_STRING lpSubKey,
[in] PRPC_UNICODE_STRING lpFile); [in] PRPC_UNICODE_STRING lpFile);
/* Function 14 */ /* Function 14 - Not used on wire */
void void
__stdcall __stdcall
Opnum14NotImplemented(void); BaseRegNotifyChangeKeyValue(void);
/* Function 15 */ /* Function 15 */
error_status_t error_status_t
@ -288,10 +288,10 @@ interface winreg
[in] REGSAM samDesired, [in] REGSAM samDesired,
[out] PRPC_HKEY phKey); [out] PRPC_HKEY phKey);
/* Function 28 */ /* Function 28 - Not used on wire */
void void
__stdcall __stdcall
Opnum28NotImplemented(void); OpenDynData(void);
/* Function 29 */ /* Function 29 */
error_status_t error_status_t