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.

17 lines
652 B

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