D_UserInfomation

// 用户信息
// 用户登录后可获取本数据
typedef struct D_UserInfomation {

int bindingMachineCount; // 绑定的机器数量
int remainingTime; // 到期时间(秒)
BOOL isSharedAccount; // 是否为公用账号
int remainingPoints; // 剩余点数

std::string name; // 用户名
std::string users; // 用户组
std::string affiliatedAgent; // 所属代理
std::string remarks; // 备注信息
std::string expiryDate; // 到期时间(文本)
std::string referrer; // 推荐人
std::string lastLoginIP; // 最后登录IP
std::string regTime; // 注册时间
std::string regCard; // 注册卡号
std::string serverData1; // 服务器数据A
std::string serverData2; // 服务器数据B
std::string subsidiaryAttributes; // 副属性

}D_UIM, * D_pUim;