advanced.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.     advanced.h
  7. Abstract:
  8.     Public declarations for the Advanced tab of the System Control Panel 
  9.     Applet.
  10. Author:
  11.     Scott Hallock (scotthal) 15-Oct-1997
  12. --*/
  13. #ifndef _SYSDM_ADVANCED_H_
  14. #define _SYSDM_ADVANCED_H_
  15. //
  16. // Public function prototypes
  17. //
  18. HPROPSHEETPAGE
  19. CreateAdvancedPage(
  20.     IN HINSTANCE hInst
  21. );
  22. INT_PTR
  23. APIENTRY
  24. AdvancedDlgProc(
  25.     IN HWND hDlg,
  26.     IN UINT uMsg,
  27.     IN WPARAM wParam,
  28.     IN LPARAM lParam
  29. );
  30. #endif // _SYSDM_ADVANCED_H_