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
A text string. |
|
The length of |