rashelper.h

来自「VPN拨号程序源码(from sourceforge.net)」· C头文件 代码 · 共 45 行

H
45
字号
/*******************************************************************************
 *                                                                             *
 *  This file is part of VPNDialer.                                            *
 *                                                                             *
 *  VPNDialer is free software; you can redistribute it and/or modify          *
 *  it under the terms of the GNU General Public License as published by       *
 *  the Free Software Foundation; either version 2 of the License, or          *
 *  (at your option) any later version.                                        *
 *                                                                             *
 *  VPNDialer is distributed in the hope that it will be useful,               *
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of             *
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              *
 *  GNU General Public License for more details.                               *
 *                                                                             *
 *  You should have received a copy of the GNU General Public License          *
 *  along with VPNDialer; if not, write to the Free Software                   *
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  *
 *                                                                             *
 *  Copyright (c) 2003 Evidian GmbH, written by Thomas Kriener                 *
 *                                                                             *
 *******************************************************************************/
// RASHelper.h: interface for the CRASHelper class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_RASHELPER_H__54F9C92A_0016_463C_9AEF_CCF8BB2A521A__INCLUDED_)
#define AFX_RASHELPER_H__54F9C92A_0016_463C_9AEF_CCF8BB2A521A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "UT_RAS.h"

class CRASHelper : public CUT_RAS
{
public:
	int L2TPDial(LPCSTR szEntry,LPCSTR szUserName = NULL, LPCSTR szPassword = NULL,LPCSTR szNumber = NULL);
	CString GetIPAddress();
	CRASHelper();
	virtual ~CRASHelper();

};

#endif // !defined(AFX_RASHELPER_H__54F9C92A_0016_463C_9AEF_CCF8BB2A521A__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?