windows-nt/Source/XPSP1/NT/base/screg/winreg/perfdlls/os/dataos.h

37 lines
622 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
DATAOS.h
Abstract:
Header file for the Windows NT Operating System Performance counters.
This file contains definitions to construct the dynamic data
which is returned by the Configuration Registry. Data from
various system API calls is placed into the structures shown
here.
Author:
Bob Watson 28-Oct-1996
Revision History:
--*/
#ifndef _DATAOS_H_
#define _DATAOS_H_
#include "datasys.h"
#include "datacpu.h"
#include "datamem.h"
#include "datacach.h"
#include "dataobj.h"
#include "datapage.h"
#endif //_DATAOS_H_