[SDK] Add WNetClearConnections() in the headers for undocumented stuff

CORE-15012
This commit is contained in:
Pierre Schweitzer 2018-09-11 08:14:50 +02:00
parent cf0112a6e6
commit 6f5da265c8
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -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) */