Description | |||||||||||
Gets the specified datum object from the interface data. | |||||||||||
Synopsis | |||||||||||
#include <ProIntfData.h> | |||||||||||
ProError | ProIntfDataDatumGet | ( | |||||||||
ProIntfData* p_intfdata | |||||||||||
/* (In) | |||||||||||
The interface data | |||||||||||
*/ | |||||||||||
int index | |||||||||||
/* (In) | |||||||||||
The index (from 0 to (number - 1) of the datum object in the interface data | |||||||||||
*/ | |||||||||||
ProDatumdata** pp_datumdata | |||||||||||
/* (Out) | |||||||||||
The datum object data structure. Release the memory using ProDatumdataMemoryFree | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|