Returns the value (of integer type) of the parameter contained in a key-value pair specified by the parameter
pair.
int TKVListIntValue( TKVPair *pair );
Name | Description |
---|---|
pair | A pointer to the key-value pair that contains the value in question. |
The value of the integer contained in a key-value pair specified by the parameter
pair.
See also TKVListType, TKVListStringValue, TKVListListValue, TKVListUnicodeValue, and TKVListBinaryValue.