ProtocolInfo
From LIVECHAT Developer Zone Wiki
Used to add new protocol to LIVECHAT application.
typedef struct ProtocolInfo{
int cbSize;
LPCTSTR plugin_name;
HBITMAP bitmap;
LPCTSTR service;
DWORD flags;
} ProtocolInfo;
- Members
- cbSize
- size of the ProtocolInfo structure
- plugin_name
- name of the plugin
- bitmap
- set of protocol status icons
- service
- function that handles interaction with Status Bar control
- flags
- FLG_READ_ONLY - read only protocol
