This page was last edited on September 26, 2013, at 15:01.
Comments or questions about this documentation? Contact us for support!
Returns the value (of unicode type) of the key-value pair specified by the parameter pair.
wchar_t *TKVListUnicodeValue( TKVPair *pair );
For basic type information for each parameter, consult the Syntax section, above.
Name | Description |
---|---|
pair | A pointer to the key-value pair that contains the value in question. |
The value of the parameter contained in a key-value pair specified by the parameter pair.
See also TKVListType, TKVListIntValue, TKVListStringValue, TKVListBinaryValue, and TKVListListValue.