cci_property_get
Description
The cci_property_get function gets the value of T_CCI_PROPERTIES structure.
Syntax
char * cci_property_get (T_CCI_PROPERTIES * properties, char *key)
- properties : T_CCI_PROPERTIES structure pointer which gets value corresponding to key
- key : String pointer of property to be obtained
Return Value
- Success : String pointer of value corresponding to key
- Failure : NULL
See Also