cci_datasource_create
Description
The cci_datasource_create function creates DATASOURCE of CCI.
Syntax
T_CCI_DATASOURCE * cci_datasource_create (T_CCI_PROPERTIES * properties, T_CCI_ERROR * err)
- properties : T_CCI_PROPERTIES structure pointer in which configuration of structure pointer is stored
- err : Error code and message returned upon error occurrence
Return Value
- Success : CCI_DATASOURCE structure pointer created
- Failure : NULL
See Also