Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
690 B

  1. /*
  2. * c o n n e c t . h
  3. *
  4. * Purpose:
  5. * Implements connection dialog tab page
  6. *
  7. * Owner:
  8. * brettm.
  9. *
  10. * Copyright (C) Microsoft Corp. 1993, 1994.
  11. */
  12. #ifndef _CONNECT_H
  13. #define _CONNECT_H
  14. #include "ras.h"
  15. INT_PTR CALLBACK ConnectPage_DlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
  16. BOOL ConnectPage_EditConnection(HWND hDlg);
  17. BOOL ConnectPage_MakeNewConnection(HWND hDlg);
  18. void ConnectPage_InitDialog(HWND hwnd, LPSTR lpszEntryName, LPSTR lpszBackup, DWORD iConnectType, BOOL fFirstInit);
  19. void ConnectPage_WMCommand(HWND hwnd, HWND hwndCmd, int id, WORD wCmd, IImnAccount *pAcct);
  20. #endif //_CONNECT_H