Leaked source code of windows server 2003
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.

18 lines
692 B

  1. #pragma once
  2. #define DEVICE_NAME_SIZE 64
  3. #define NAME_SIZE 384
  4. #define IRP_NOCACHE 0x00000001
  5. #define IRP_PAGING_IO 0x00000002
  6. #define IRP_SYNCHRONOUS_API 0x00000004
  7. #define IRP_SYNCHRONOUS_PAGING_IO 0x00000040
  8. #define FS_FILTER_ACQUIRE_FOR_SECTION_SYNCHRONIZATION (UCHAR)-1
  9. #define FS_FILTER_RELEASE_FOR_SECTION_SYNCHRONIZATION (UCHAR)-2
  10. #define FS_FILTER_ACQUIRE_FOR_MOD_WRITE (UCHAR)-3
  11. #define FS_FILTER_RELEASE_FOR_MOD_WRITE (UCHAR)-4
  12. #define FS_FILTER_ACQUIRE_FOR_CC_FLUSH (UCHAR)-5
  13. #define FS_FILTER_RELEASE_FOR_CC_FLUSH (UCHAR)-6