Function ProDatumdataFree
Description
Frees the memory for the datum data structure.
Synopsis
#include <ProDatumdata.h>
ProDatumdataFree
(
ProDatumdata* p_datum_data
/* (In)
The datum data structure
*/
)
Returns
The function successfully freed the memory.
The input argument is invalid.
Sample Code References
これは役に立ちましたか?