KVSTR

This structure is used to identify string types (string text and byte count) for the first three members of KVStyle. See KVStyle .

typedef struct tag_KVSTR
{
    char    *pcString;
    int      cbString;
}
KVSTR;

Member Descriptions

pcString

A text string.

cbString

The length of pcString, excluding the terminating NULL(s). This allows UNICODE or double bytes to be employed.