CommandInfo
From LIVECHAT Developer Zone Wiki
Used to send custom plugin commands.
typedef struct CommandInfo{
int cbSize;
CommandType type;
LPCTSTR receiver_id;
LPCTSTR data;
UINT cmd_id;
LPCTSTR params;
} CommandInfo;
- Members
- cbSize
- size of the CommandInfo structure
- type
- specifies the type of receiver
- reciever_id
- id of client, buddy, group or licence
- data
- custom command
- cmd_id
- identifier of command
- params
- special parameters (e.g. protocol name)
- See also
