Category
Assembly
, Object
ProAsmcompconstraint
Function ProAsmcompconstraintAlloc
Description
Allocates memory for an assembly component constraint structure.
Synopsis
#include <
ProAsmcomp.h
>
ProError
ProAsmcompconstraintAlloc
(
ProAsmcompconstraint
*
p_constraint
/* (Out)
The Asmcomp constraint structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated memory for the structure.
PRO_TK_OUT_OF_MEMORY
Insufficient memory.
PRO_TK_BAD_INPUTS
The input is invalid.
Manual References:
Assembly: Assembling Components: Assembling a Component Parametrically
Assembly: Assembling Components: Assembling a Component Parametrically
Sample Code References:
pt_userguide ( UgAsmcompConstraint.c )
pt_userguide ( UgAsmcompConstraint.c )