2025-04-27 07:49:33 -04:00

26 lines
773 B
C

/*==========================================================================*\
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