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.

41 lines
1.1 KiB

  1. /*++ BUILD Version: 0009 // Increment this if a change has global effects
  2. This file just builds on the old rdr's dd file.
  3. I am just using the same fsctl code as rdr1....easy to change later.....
  4. Copyright (c) 1987-1993 Microsoft Corporation
  5. Module Name:
  6. ntddnfs2.h
  7. Abstract:
  8. This is the include file that defines all constants and types for
  9. accessing the redirector file system device.
  10. Author:
  11. Revision History:
  12. Joe Linn (JoeLinn) 08-aug-1994 Started changeover to rdr2
  13. --*/
  14. #ifndef _NTDDNFS2_
  15. #define _NTDDNFS2_
  16. #include <ntddnfs.h>
  17. #define FSCTL_LMR_DEBUG_TRACE _RDR_CONTROL_CODE(219, METHOD_BUFFERED, FILE_ANY_ACCESS)
  18. #define FSCTL_LMMR_STFFTEST _RDR_CONTROL_CODE(239, METHOD_BUFFERED, FILE_ANY_ACCESS)
  19. #define IOCTL_LMMR_TEST _RDR_CONTROL_CODE(238, METHOD_NEITHER, FILE_ANY_ACCESS)
  20. #define IOCTL_LMMR_TESTLOWIO _RDR_CONTROL_CODE(237, METHOD_BUFFERED, FILE_ANY_ACCESS)
  21. //this means whatever the minirdr wants
  22. #define IOCTL_LMMR_MINIRDR_DBG _RDR_CONTROL_CODE(236, METHOD_NEITHER, FILE_ANY_ACCESS)
  23. #endif // ifndef _NTDDNFS2_