mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +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);
|
BOOL WINAPI UnregisterUserApiHook(VOID);
|
||||||
|
|
||||||
|
/* WNET undocumented functions */
|
||||||
|
DWORD WINAPI WNetClearConnections(DWORD dwUnknown);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
#endif /* defined(__cplusplus) */
|
#endif /* defined(__cplusplus) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue