API Documentation > Miscellaneous > Object ProMoldbase > Function ProMoldbaseParamsAlloc
Function ProMoldbaseParamsAlloc
Description
Allocates the handle of a new MoldbaseParam
Synopsis
#include <ProMoldbase.h>
ProMoldbaseParamsAlloc
(
/* (Out)
Pointer to the MoldbaseParam handle
*/
)
Returns
The handle is successfully allocated.
Not enough memoryt to allocate the handle.
Sample Code References
Was this helpful?