Source code of Windows XP (NT5)
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.

36 lines
622 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. DATAOS.h
  5. Abstract:
  6. Header file for the Windows NT Operating System Performance counters.
  7. This file contains definitions to construct the dynamic data
  8. which is returned by the Configuration Registry. Data from
  9. various system API calls is placed into the structures shown
  10. here.
  11. Author:
  12. Bob Watson 28-Oct-1996
  13. Revision History:
  14. --*/
  15. #ifndef _DATAOS_H_
  16. #define _DATAOS_H_
  17. #include "datasys.h"
  18. #include "datacpu.h"
  19. #include "datamem.h"
  20. #include "datacach.h"
  21. #include "dataobj.h"
  22. #include "datapage.h"
  23. #endif //_DATAOS_H_
  24.