mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 05:23:33 +08:00
[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:
parent
03adec8141
commit
878db26378
@ -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");
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user