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.
 
 
 
 
 
 

28 lines
530 B

//
// Systrack - System resource tracking
// Copyright (c) Microsoft Corporation, 1997
//
//
// header: systrack.hxx
// author: silviuc
// created: Mon Nov 09 16:04:14 1998
//
#ifndef _SYSTRACK_HXX_INCLUDED_
#define _SYSTRACK_HXX_INCLUDED_
PVOID QuerySystemPoolTagInformation ();
PVOID QuerySystemProcessInformation ();
PVOID QuerySystemPerformanceInformation ();
void __cdecl DebugMessage (char *fmt, ...);
// ...
#endif // #ifndef _SYSTRACK_HXX_INCLUDED_
//
// end of header: systrack.hxx
//