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.

25 lines
773 B

  1. /*==========================================================================*\
  2. Module: ipcctrs.h
  3. Copyright Microsoft Corporation 1998, All Rights Reserved.
  4. Author: WayneC, MinYang
  5. Descriptions: Object and Counter definitions for ExIPC.
  6. \*==========================================================================*/
  7. //
  8. // Object and Counter definitions
  9. //
  10. #define OBJECT_NTFSDRV 0
  11. #define NTFSDRV_QUEUE_LENGTH 2
  12. #define NTFSDRV_NUM_ALLOCS 4
  13. #define NTFSDRV_NUM_DELETES 6
  14. #define NTFSDRV_NUM_ENUMERATED 8
  15. #define NTFSDRV_MSG_BODIES_OPEN 10
  16. #define NTFSDRV_MSG_STREAMS_OPEN 12