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.

24 lines
566 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1992, Microsoft Corporation.
  4. //
  5. // File: uMInfo.C
  6. //
  7. // Contents:
  8. // This module implements the user mode utility for initializing .DFS
  9. // files and reading them back.
  10. //
  11. // Functions:
  12. //
  13. // History: 27 May 1992 PeterCo Created.
  14. //
  15. //-----------------------------------------------------------------------------
  16. #include <ntifs.h>
  17. #include <ntext.h>
  18. #include "nodetype.h"
  19. #include "dfsmrshl.h"
  20. #include "libsup.h"
  21. #include "upkt.h"
  22. #include "minfo.c"