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.

20 lines
506 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1999, Microsoft Corporation
  4. //
  5. // File: dfsreparse.hxx
  6. //
  7. // Contents: dfsrepars.cxx prototypes, etc
  8. //
  9. //-----------------------------------------------------------------------------
  10. #ifndef _DFSREPARSE_HXX
  11. #define _DFSREPARSE_HXX
  12. DWORD CountReparsePoints(LPWSTR pcszInput, BOOL fRemoveDirectory);
  13. DWORD
  14. DeleteReparsePoint(LPWSTR pDfsDirectory);
  15. #endif _DFSREPARSE_HXX