Function ProDatumdataMemoryFree
Description
Frees the top-level memory used by the datum data structure.
Synopsis
#include <ProDatumdata.h>
ProDatumdataMemoryFree
(
ProDatumdata* p_datum_data
/* (In)
The datum data structure
*/
)
Returns
The function successfully freed the memory.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?