API 文档
>
External objects
>
Object ProExtobj
> Function ProExtobjRefAlloc
Function ProExtobjRefAlloc
Description
Allocates the memory for the external object reference.
Synopsis
#include <
ProExtobjRef.h
>
ProError
ProExtobjRefAlloc
(
ProWExtobjRef
* ext_obj_ref
/* (Out)
The pointer to the external object reference
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated the memory.
PRO_TK_GENERAL_ERROR
The function could not allocate the memory.
Sample Code References
pt_examples ( TestExtobj.c )
pt_examples ( TestExtobj.c )
User Guide References
Creating External Object References:ProExtobjRefAlloc
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳