ProtocolAccountInfo
From LIVECHAT Developer Zone Wiki
Used to get and set protocol information.
typedef struct ProtocolAccountInfo{
int cbSize;
LPCTSTR protocol;
LPCTSTR uin;
LPCTSTR password;
bool autologin;
LPCTSTR proxy_addr;
UINT proxy_port;
LPCTSTR proxy_login;
LPCTSTR proxy_password;
} ProtocolAccountInfo;
- Members
- cbSize
- size of the ProtocolAccountInfo structure
- protocol
- protocol name
- uin
- user identity number
- password
- user password
- autologin
- automatically login after application startup
- proxy_addr
- proxy server address
- proxy_port
- proxy server port
- proxy_login
- proxy server login
- proxy_password
- proxy server password
