WindowsXP-SP1/admin/wizards/shrwiz/fpnw.h

22 lines
425 B
C
Raw Normal View History

2001-01-01 00:00:00 +01: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_