Function ProIntfDataDatumGet
Description
Gets the specified datum object from the interface data.
Synopsis
#include <ProIntfData.h>
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
The function successfully found the datum object.
Insufficient memory.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
도움이 되셨나요?