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.
|
|
//--------------------------------------------------------------------------;
//
// File: perfpage.h
//
// Copyright (c) 1997 Microsoft Corporation. All rights reserved
//
//
//--------------------------------------------------------------------------;
#ifndef PERFPAGE_HEADER
#define PERFPAGE_HEADER
#define MAX_HW_LEVEL (3)
#define MAX_SRC_LEVEL (2)
#define DEFAULT_HW_LEVEL (2)
#define DEFAULT_SRC_LEVEL (2)
INT_PTR CALLBACK PerformanceHandler(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);
#endif // PERFPAGE_HEADER
|