mirror of https://github.com/tongzx/nt5src
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.
37 lines
622 B
37 lines
622 B
/*++
|
|
|
|
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_
|
|
|