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.
 
 
 
 
 
 

35 lines
551 B

/*++
Microsoft Confidential
Copyright (c) 1992-1997 Microsoft Corporation
All rights reserved
Module Name:
advanced.h
Abstract:
Public declarations for the Advanced tab of the System Control Panel
Applet.
Author:
Scott Hallock (scotthal) 15-Oct-1997
--*/
#ifndef _SYSDM_ADVANCED_H_
#define _SYSDM_ADVANCED_H_
INT_PTR
APIENTRY
AdvancedDlgProc(
IN HWND hDlg,
IN UINT uMsg,
IN WPARAM wParam,
IN LPARAM lParam
);
void DoPerformancePS(HWND hDlg);
#endif // _SYSDM_ADVANCED_H_