Function ProDtlsyminstdataAlloc
Description
Allocate and initialize memory for ProDtlsyminstdata structure. User must release memory by ProDtlsyminstdataFree.
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstdataAlloc
(
ProMdl model
/* (In)
A model handle
*/
/* (Out)
The pointer to ProDtlsyminstdata structure.
*/
)
Returns
The function successfully allocate memory.
Bad argument.
Sample Code References
User Guide References
도움이 되셨나요?