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.

27 lines
541 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1992, Microsoft Corporation.
  4. //
  5. // File: DfsRtl.h
  6. //
  7. // Contents:
  8. //
  9. // Functions:
  10. //
  11. // History: 27 May 1992 PeterCo Created.
  12. //
  13. //-----------------------------------------------------------------------------
  14. #ifndef _DFSRTL_
  15. #define _DFSRTL_
  16. #include <stddef.h>
  17. BOOLEAN
  18. DfsRtlPrefixPath (
  19. IN PUNICODE_STRING Prefix,
  20. IN PUNICODE_STRING Test,
  21. IN BOOLEAN IgnoreCase
  22. );
  23. #endif // _DFSRTL_