API 설명서 > Family table > Object ProFaminstance > Function ProFaminstanceInit
Function ProFaminstanceInit
Description
Initializes the instance handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFaminstance.h>
ProFaminstanceInit
(
ProName inst_name
/* (In)
The name of the instance.
*/
ProFamtable* p_famtab
/* (In)
The handle to the family table.
*/
/* (Out)
The pointer to the instance handle. You must allocate the space for this argument.
*/
)
Returns
The function successfully initialized the handle.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
도움이 되셨나요?