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.
 
 
 
 
 
 

35 lines
555 B

//
// Systrack - System resource tracking
// Copyright (c) Microsoft Corporation, 1997
//
//
// header: pooltag.hxx
// author: silviuc
// created: Wed Nov 11 14:54:42 1998
//
#ifndef _POOLTAG_HXX_INCLUDED_
#define _POOLTAG_HXX_INCLUDED_
void
SystemPoolTrack (
ULONG Period,
ULONG Delta);
void
SystemPoolTagTrack (
ULONG Period,
UCHAR * PatternTag,
ULONG Delta);
// ...
#endif // #ifndef _POOLTAG_HXX_INCLUDED_
//
// end of header: pooltag.hxx
//