26 lines
526 B
C
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
|
||
|
|
||
|
|