windows-nt/Source/XPSP1/NT/admin/wizards/shrwiz/sfm.h

20 lines
363 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _SFM_H_
#define _SFM_H_
BOOL
SFMShareNameExists(
IN LPCTSTR lpszServerName,
IN LPCTSTR lpszShareName,
IN HINSTANCE hLib
);
DWORD
SFMCreateShare(
IN LPCTSTR lpszServer,
IN LPCTSTR lpszShareName,
IN LPCTSTR lpszSharePath,
IN HINSTANCE hLib
);
#endif // _SFM_H_