Source code of Windows XP (NT5)
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.

21 lines
404 B

  1. #ifndef _FPNW_H_
  2. #define _FPNW_H_
  3. BOOL
  4. FPNWShareNameExists(
  5. IN LPCTSTR lpszServerName,
  6. IN LPCTSTR lpszShareName,
  7. IN HINSTANCE hLib
  8. );
  9. DWORD
  10. FPNWCreateShare(
  11. IN LPCTSTR lpszServer,
  12. IN LPCTSTR lpszShareName,
  13. IN LPCTSTR lpszSharePath,
  14. IN PSECURITY_DESCRIPTOR pSD,
  15. IN HINSTANCE hLib
  16. );
  17. #endif // _FPNW_H_