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
555 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1992, Microsoft Corporation
  4. //
  5. // File: UDfsMrshl.c
  6. //
  7. // Contents: User level code to do marshalling of Dfs data structures
  8. //
  9. // Classes:
  10. //
  11. // Functions:
  12. //
  13. // History: March 31, 1994 Milans created
  14. //
  15. //-----------------------------------------------------------------------------
  16. #include <ntifs.h>
  17. #include <ntext.h>
  18. #include "nodetype.h"
  19. #include "dfsmrshl.h"
  20. #include "upkt.h"
  21. #include "libsup.h"
  22. #include "dfsmrshl.c"