CommandFailureInfo

From LIVECHAT Developer Zone Wiki

Jump to: navigation, search

Used to send plugin command failure notification.

typedef struct CommandFailureInfo {
	int		cbSize;
	LPCTSTR		op_id;
	UINT		cmd_id;
	UINT		error;
} CommandFailureInfo;
Members
cbSize
size of the BuddyInfo structure
op_id
livechat id of buddy that send notification
cmd_id
identifier of command
error
error code
See also
Personal tools