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

22 lines
404 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _FPNW_H_
#define _FPNW_H_
BOOL
FPNWShareNameExists(
IN LPCTSTR lpszServerName,
IN LPCTSTR lpszShareName,
IN HINSTANCE hLib
);
DWORD
FPNWCreateShare(
IN LPCTSTR lpszServer,
IN LPCTSTR lpszShareName,
IN LPCTSTR lpszSharePath,
IN PSECURITY_DESCRIPTOR pSD,
IN HINSTANCE hLib
);
#endif // _FPNW_H_