PairType
From LIVECHAT Developer Zone Wiki
Used as a key value pair to retrieve and information from service which can get and set pairs of data.
typedef struct PairType {
int cbSize;
LPCTSTR key;
CString value;
} PairType;
- Members
- cbSize
- size of the PairType structure
- key
- key of the pair
- value
- value associated with the key
