Function ProIntfDataDatumAppend
Description
Appends the specified datum object to the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataDatumAppend
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
ProDatumdata* p_datumdata
/* (In)
The datum object data structure
*/
)
Returns
The function successfully appended the datum object.
One or more of the arguments are invalid.
Sample Code References
User Guide References
Was this helpful?