advanced.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- /*++
- 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_
- //
- // Public function prototypes
- //
- HPROPSHEETPAGE
- CreateAdvancedPage(
- IN HINSTANCE hInst
- );
- INT_PTR
- APIENTRY
- AdvancedDlgProc(
- IN HWND hDlg,
- IN UINT uMsg,
- IN WPARAM wParam,
- IN LPARAM lParam
- );
- #endif // _SYSDM_ADVANCED_H_
English
