windows-nt/Source/XPSP1/NT/admin/netui/shell/h/wnetshar.h
2020-09-26 16:20:57 +08:00

26 lines
526 B
C

/**********************************************************************/
/** Microsoft Windows/NT **/
/** Copyright(c) Microsoft Corp., 1992 **/
/**********************************************************************/
/*
wnetshare.h
WNetShare initialize and terminate functions
FILE HISTORY:
CongpaY 12-Aug-92 Created
*/
#ifdef __cplusplus
extern "C" {
#endif
extern APIERR InitWNetShare();
extern VOID TermWNetShare();
#ifdef __cplusplus
}
#endif