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

Windows Kernel

Development Platform:

Visual C++

  1. //****************************************************************************
  2. //
  3. //  Module:     RASAPI32.DLL
  4. //  File:       scripter.h
  5. //  Description:Dial-Up Networking script assignment applet
  6. //  Content:    This file contains global header for the applet
  7. //  History:
  8. //      Tue 09-May-1995 08:13:41  -by-  Viroon  Touranachun [viroont]
  9. //        Created
  10. //
  11. //      Wed 13-Dec-1995 16:31:02  -by-  Viroon  Touranachun [viroont]
  12. //        Moved from scripter.exe
  13. //
  14. //****************************************************************************
  15. //**************************************************************************
  16. //  Function Prototypes
  17. //**************************************************************************
  18. BOOL CALLBACK ScriptAppletDlgProc (HWND    hwnd,
  19.                                    UINT    message,
  20.                                    WPARAM  wParam,
  21.                                    LPARAM  lParam);
  22. DWORD NEAR PASCAL InitScriptDlg (HWND hwnd);
  23. DWORD NEAR PASCAL DeInitScriptDlg (HWND hwnd);
  24. DWORD NEAR PASCAL EditScriptFile(HWND hwnd);
  25. DWORD NEAR PASCAL BrowseScriptFile(HWND hwnd);
  26. DWORD NEAR PASCAL CheckScriptDlgData(HWND hwnd);
  27. DWORD NEAR PASCAL SaveScriptDlgData(HWND hwnd);