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.

34 lines
628 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1999, Microsoft Corporation
  4. //
  5. // File: fileio.hxx
  6. //
  7. // Contents: fileio.cxx prototypes, etc
  8. //
  9. //-----------------------------------------------------------------------------
  10. #ifndef _FILEIO_HXX
  11. #define _FILEIO_HXX
  12. DWORD
  13. CmdImport(
  14. LPWSTR pInfile);
  15. DWORD
  16. CmdExport(
  17. LPWSTR pOutfile,
  18. LPWSTR pwszDomDfsName,
  19. LPWSTR pwszDcName,
  20. PSEC_WINNT_AUTH_IDENTITY pAuthIdent);
  21. DWORD
  22. DupString(
  23. LPWSTR *wCpp,
  24. LPWSTR s);
  25. VOID
  26. DfspSortVolList(
  27. PDFS_VOLUME_LIST pDfsVolList);
  28. #endif _FILEIO_HXX