Windows2003-3790/inetcore/outlookexpress/msoeacct/connect.h
2020-09-30 16:53:55 +02:00

27 lines
690 B
C

/*
* c o n n e c t . h
*
* Purpose:
* Implements connection dialog tab page
*
* Owner:
* brettm.
*
* Copyright (C) Microsoft Corp. 1993, 1994.
*/
#ifndef _CONNECT_H
#define _CONNECT_H
#include "ras.h"
INT_PTR CALLBACK ConnectPage_DlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
BOOL ConnectPage_EditConnection(HWND hDlg);
BOOL ConnectPage_MakeNewConnection(HWND hDlg);
void ConnectPage_InitDialog(HWND hwnd, LPSTR lpszEntryName, LPSTR lpszBackup, DWORD iConnectType, BOOL fFirstInit);
void ConnectPage_WMCommand(HWND hwnd, HWND hwndCmd, int id, WORD wCmd, IImnAccount *pAcct);
#endif //_CONNECT_H