cci_property_get
Description
The cci_property_get function retrieves a property value configured in T_CCI_PROPERTIES struct.
Syntax
char * cci_property_get (T_CCI_PROPERTIES * properties, char *key)
- properties: T_CCI_PROPERTIES struct pointer which gets value corresponding to key
- key: The property name to retrieve (Note cci_property_set function to see property names and meanings which can be configured.
Return Value
- Success: String pointer of value corresponding to key
- Failure: NULL
See Also