API 文档
>
Assembly
>
Object ProAsmcompconstraint
> Function ProAsmcompconstraintAlloc
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.
Sample Code References
pt_userguide ( UgAsmcompConstraint.c )
pt_userguide ( UgAsmcompConstraint.c )
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳