Category External objects, Object ProExtobj

Function ProExtobjRefAlloc


Description
Allocates the memory for the external object reference.
Synopsis
#include <ProExtobjRef.h>
ProErrorProExtobjRefAlloc(
ProWExtobjRef* ext_obj_ref
/* (Out)
The pointer to the external object reference
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated the memory.
PRO_TK_GENERAL_ERRORThe function could not allocate the memory.

Manual References:

  1. Event-driven Programming: External Objects: Creating External Object References
  2. Event-driven Programming: External Objects: Creating External Object References

Sample Code References:

  1. pt_examples ( TestExtobj.c )
  2. pt_examples ( TestExtobj.c )