Initial
This commit is contained in:
23
rasapi/SCRAPS.TXT
Normal file
23
rasapi/SCRAPS.TXT
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
|
||||
|
||||
|
||||
#if 0
|
||||
typedef struct _RASDIALPARAMS
|
||||
{
|
||||
DWORD dwSize;
|
||||
TCHAR szEntryName[RAS_MaxEntryName + 1];
|
||||
TCHAR szPhoneNumber[RAS_MaxPhoneNumber + 1];
|
||||
TCHAR szCallbackNumber[RAS_MaxCallbackNumber + 1];
|
||||
TCHAR szUserName[UNLEN + 1];
|
||||
TCHAR szPassword[PWLEN + 1];
|
||||
TCHAR szDomain[DNLEN + 1] ;
|
||||
} RASDIALPARAMS;
|
||||
|
||||
|
||||
inline
|
||||
RasInterface::~RasInterface()
|
||||
{
|
||||
mRemoteAccessServerInterface.rasHangup(mhRasConn);
|
||||
// if(mRasConnectionState.connected())mRemoteServerInterface.rasHangUp(mhRasConn);
|
||||
}
|
||||
Reference in New Issue
Block a user