Leaked source code of windows server 2003
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.
|
|
/*++
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_
|