mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NETCFGX][REACTOS] Add NetCfgDiagRepairRegistryBindings stub
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* FILE: dll/win32/netcfgx/netcfgx.c
|
||||
* PURPOSE: Network devices installer
|
||||
*
|
||||
* PROGRAMMERS: Hervé Poussineau ([email protected])
|
||||
* PROGRAMMERS: Hervé Poussineau ([email protected])
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
@@ -134,3 +134,12 @@ DllGetClassObject(
|
||||
|
||||
return hres;
|
||||
}
|
||||
|
||||
DWORD
|
||||
WINAPI
|
||||
NetCfgDiagRepairRegistryBindings(
|
||||
DWORD dwParam1)
|
||||
{
|
||||
ERR("NetCfgDiagRepairRegistryBindings(%lx)\n", dwParam1);
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
7 stub LanaCfgFromCommandArgs
|
||||
8 stub ModemClassCoInstaller
|
||||
9 stub NetCfgDiagFromCommandArgs
|
||||
10 stub NetCfgDiagRepairRegistryBindings
|
||||
10 stdcall NetCfgDiagRepairRegistryBindings(long)
|
||||
11 stdcall NetClassInstaller(long ptr ptr)
|
||||
12 stdcall NetPropPageProvider(ptr ptr long)
|
||||
13 stub RasAddBindings
|
||||
|
||||
@@ -24,4 +24,9 @@ EXTERN_C const IID IID_INetCfgComponentPrivate;
|
||||
/* ??? */
|
||||
#endif
|
||||
|
||||
DWORD
|
||||
WINAPI
|
||||
NetCfgDiagRepairRegistryBindings(
|
||||
DWORD dwParam1);
|
||||
|
||||
#endif /* __NETCFGX_UNDOC_H__ */
|
||||
|
||||
Reference in New Issue
Block a user