BuddyInfo

From LIVECHAT Developer Zone Wiki

Jump to: navigation, search

Used as structure that can get and set buddy’s informations.

typedef struct BuddyInfo {
	int		cbSize;
	LPCTSTR		protocol;
	LPCTSTR		uin;
	LPCTSTR		name;
	LPCTSTR		nick;
	LPCTSTR		group;
} BuddyInfo;
Members
cbSize
size of the BuddyInfo structure
protocol
protocol name
uin
user identify number
name
user name
nick
user nick
group
user group
Personal tools