Leaked source code of windows server 2003
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.

42 lines
776 B

  1. /*****************************************************************************
  2. S H A R E S H E A D E R
  3. Name: shares.h
  4. Date: 21-Jan-1994
  5. Creator: John Fu
  6. Description:
  7. This is the header file for shares.c
  8. *****************************************************************************/
  9. #if DEBUG
  10. void DumpDdeInfo(
  11. PNDDESHAREINFO pDdeI,
  12. LPTSTR lpszServer);
  13. #else
  14. #define DumpDdeInfo(x,y)
  15. #endif
  16. LRESULT EditPermissions(
  17. BOOL fSacl);
  18. BOOL WINAPI EditPermissions2(
  19. HWND hWnd,
  20. LPTSTR pShareName,
  21. BOOL fSacl);;
  22. LRESULT EditOwner(void);
  23. LRESULT Properties(
  24. HWND hwnd,
  25. PLISTENTRY lpLE);