Function ProIntfDataSourceInit
Description
Initializes a ProIntfDataSource structure.
Synopsis
#include <ProIntfData.h>
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
The function successfully initialized the ProIntfDataSource.
One or more of the input arguments are invalid.
See Also
Sample Code References
User Guide References
Was this helpful?