home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 July / PCWorld_2001-07_cd.bin / Software / Topware / w2ksp2en / w2ksp2.exe / i386 / ims.cab / smtp_ntfsdrct.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-12-29  |  773 b   |  26 lines

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