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

  1. //
  2. // Systrack - System resource tracking
  3. // Copyright (c) Microsoft Corporation, 1997
  4. //
  5. //
  6. // header: systrack.hxx
  7. // author: silviuc
  8. // created: Mon Nov 09 16:04:14 1998
  9. //
  10. #ifndef _SYSTRACK_HXX_INCLUDED_
  11. #define _SYSTRACK_HXX_INCLUDED_
  12. PVOID QuerySystemPoolTagInformation ();
  13. PVOID QuerySystemProcessInformation ();
  14. PVOID QuerySystemPerformanceInformation ();
  15. void __cdecl DebugMessage (char *fmt, ...);
  16. // ...
  17. #endif // #ifndef _SYSTRACK_HXX_INCLUDED_
  18. //
  19. // end of header: systrack.hxx
  20. //