mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[SDK] Add WNetClearConnections() in the headers for undocumented stuff
CORE-15012
This commit is contained in:
parent
cf0112a6e6
commit
6f5da265c8
1 changed files with 3 additions and 0 deletions
|
@ -378,6 +378,9 @@ BOOL WINAPI RegisterUserApiHook(PUSERAPIHOOKINFO puah);
|
|||
|
||||
BOOL WINAPI UnregisterUserApiHook(VOID);
|
||||
|
||||
/* WNET undocumented functions */
|
||||
DWORD WINAPI WNetClearConnections(DWORD dwUnknown);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif /* defined(__cplusplus) */
|
||||
|
|
Loading…
Reference in a new issue