reactos/sdk/include/reactos/undocmpr.h
Serge Gautherie 0dedb9b474
[WINLOGON][MPR][SDK] WNetClearConnections: Fix function parameter type (#3480)
Addendum to 62f79fae93.

Signed-off-by: Serge Gautherie <reactos-git_serge_171003@gautherie.fr>
2021-04-18 21:58:44 +03:00

8 lines
130 B
C

#ifndef _UNDOCMPR_H
#define _UNDOCMPR_H
/* WNET undocumented functions */
DWORD WINAPI WNetClearConnections(HWND owner);
#endif