TKVListIntValue
Description
Returns the value (of integer type) of the parameter contained in a key-value pair specified by the parameter pair.
Syntax
int TKVListIntValue(
TKVPair *pair
);
Parameters
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. |
Return Values
The value of the integer contained in a key-value pair specified by the parameter pair.
Comments
See also TKVListType, TKVListStringValue, TKVListListValue, TKVListUnicodeValue, and TKVListBinaryValue.
This page was last edited on January 15, 2014, at 05:58.
Comments or questions about this documentation? Contact us for support!
