Description | ||||||||
Initializes a ProIntfDataSource structure. | ||||||||
Synopsis | ||||||||
#include <ProIntfData.h> | ||||||||
ProError | ProIntfDataSourceInit | ( | ||||||
ProIntfType intf_type | ||||||||
/* (In) | ||||||||
The type of interface. | ||||||||
*/ | ||||||||
void* p_source | ||||||||
/* (In) | ||||||||
The pointer to the data source. The type of the data source depends on the type of interface. The macro PRO_INTF_TYPE_TO_INTF_DATA_SOURCE_TYPE and function ProIntfTypeToIntfDataSourceType() provide information about the connection between the type of data source and type of interface. | ||||||||
*/ | ||||||||
ProIntfDataSource* p_pro_intf_data_source | ||||||||
/* (Out) | ||||||||
The pointer to the ProIntfDataSource to be initialized. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProIntfTypeToIntfDataSourceType | ||||||||
ProIntfDataSourceClean |