Function ProDatumdataGet
Description
Retrieves information from the datum data structure.
NOTE:
The function ignores the output argument pointers that are NULL.
Synopsis
#include <ProDatumdata.h>
ProDatumdataGet
(
ProDatumdata* p_datum_data
/* (In)
The datum data structure
*/
int* p_datum_id
/* (Out)
The datum identifier
*/
ProType* p_datum_type
/* (Out)
The datum type
*/
ProName datum_name
/* (Out)
The datum name
*/
ProDatumobject* p_datum_obj
/* (Out)
The datum object
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
這是否有幫助?