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
25 lines
773 B
/*==========================================================================*\
|
|
|
|
Module: ipcctrs.h
|
|
|
|
Copyright Microsoft Corporation 1998, All Rights Reserved.
|
|
|
|
Author: WayneC, MinYang
|
|
|
|
Descriptions: Object and Counter definitions for ExIPC.
|
|
|
|
\*==========================================================================*/
|
|
|
|
//
|
|
// Object and Counter definitions
|
|
//
|
|
|
|
#define OBJECT_NTFSDRV 0
|
|
|
|
#define NTFSDRV_QUEUE_LENGTH 2
|
|
#define NTFSDRV_NUM_ALLOCS 4
|
|
#define NTFSDRV_NUM_DELETES 6
|
|
#define NTFSDRV_NUM_ENUMERATED 8
|
|
#define NTFSDRV_MSG_BODIES_OPEN 10
|
|
#define NTFSDRV_MSG_STREAMS_OPEN 12
|
|
|