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.

19 lines
363 B

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