scripter.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- //****************************************************************************
- //
- // Module: RASAPI32.DLL
- // File: scripter.h
- // Description:Dial-Up Networking script assignment applet
- // Content: This file contains global header for the applet
- // History:
- // Tue 09-May-1995 08:13:41 -by- Viroon Touranachun [viroont]
- // Created
- //
- // Wed 13-Dec-1995 16:31:02 -by- Viroon Touranachun [viroont]
- // Moved from scripter.exe
- //
- //****************************************************************************
- //**************************************************************************
- // Function Prototypes
- //**************************************************************************
- BOOL CALLBACK ScriptAppletDlgProc (HWND hwnd,
- UINT message,
- WPARAM wParam,
- LPARAM lParam);
- DWORD NEAR PASCAL InitScriptDlg (HWND hwnd);
- DWORD NEAR PASCAL DeInitScriptDlg (HWND hwnd);
- DWORD NEAR PASCAL EditScriptFile(HWND hwnd);
- DWORD NEAR PASCAL BrowseScriptFile(HWND hwnd);
- DWORD NEAR PASCAL CheckScriptDlgData(HWND hwnd);
- DWORD NEAR PASCAL SaveScriptDlgData(HWND hwnd);
English
