Function ProDtlsymdefdataAlloc
Description
Allocate and initialize memory for symbol definition data. User must release memory by ProDtlsymdefdataFree
Synopsis
#include <ProDtlsymdef.h>
ProDtlsymdefdataAlloc
(
ProMdl model
/* (In)
The model handle.
*/
ProDtlsymdefdata* symdefdata
/* (Out)
The symbol definition data.
*/
)
Returns
The function successfully allocated memory.
Bad argument.
Not enough memory.
Sample Code References
User Guide References
¿Fue esto útil?