Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
551 B

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