37 lines
622 B
C
37 lines
622 B
C
|
/*++
|
|||
|
|
|||
|
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_
|
|||
|
|