Windows2000/private/windows/screg/winreg/perfdlls/os/dataos.h
2020-09-30 17:12:32 +02:00

37 lines
619 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
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_