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.

17 lines
389 B

  1. //+------------------------------------------------------------------
  2. //
  3. // File: ftdfs.h
  4. //
  5. // Contents: Header file for FtDfs related functions
  6. //
  7. // Functions:
  8. //
  9. //-------------------------------------------------------------------
  10. VOID
  11. DfspParsePath(
  12. PUNICODE_STRING Path,
  13. PUNICODE_STRING DomainName,
  14. PUNICODE_STRING ShareName,
  15. PUNICODE_STRING Remainder
  16. );