general.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. /*++
  2. Microsoft Confidential
  3. Copyright (c) 1992-1997  Microsoft Corporation
  4. All rights reserved
  5. Module Name:
  6.     general.h
  7. Abstract:
  8.     Public declarations for the General tab of the System Control Panel
  9.     Applet
  10. Author:
  11.     Eric Flo (ericflo) 19-Jun-1995
  12. Revision History:
  13.     15-Oct-1997 scotthal
  14.         Complete overhaul
  15. --*/
  16. #ifndef _SYSDM_GENERAL_H_
  17. #define _SYSDM_GENERAL_H_
  18. HPROPSHEETPAGE 
  19. CreateGeneralPage(
  20.     IN HINSTANCE hInst
  21. );
  22. INT_PTR 
  23. APIENTRY GeneralDlgProc(
  24.     IN HWND hDlg, 
  25.     IN UINT uMsg, 
  26.     IN WPARAM wParam, 
  27.     IN LPARAM lParam
  28. );
  29. #endif // _SYSDM_GENERAL_H_