mirror of https://github.com/lianthony/NT4.0
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.
29 lines
414 B
29 lines
414 B
/*++
|
|
|
|
Copyright (c) 1994 Microsoft Corportaion
|
|
|
|
Module Name:
|
|
|
|
histtrnm.h
|
|
|
|
Abstract:
|
|
|
|
Offset definitions for extensible counter objects and counters.
|
|
|
|
Author:
|
|
|
|
Stephane Plante (2/2/95)
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
#define HISTGRAM_OBJECT 0
|
|
#define HISTGRAM_MEDIAN 2
|
|
#define HISTGRAM_RMEDIAN 4
|
|
#define HISTGRAM_WMEDIAN 6
|
|
#define HISTGRAM_REQUEST 8
|
|
#define HISTGRAM_RREQUEST 10
|
|
#define HISTGRAM_WREQUEST 12
|
|
|