Category External objects, Object ProExtobj

Function ProExtobjClassGet


Description
Retrieves the handle to the object class of the specified external object.
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjClassGet(
ProExtobj* object
/* (In)
The handle to the external object.
*/
ProExtobjClass* extobjclass
/* (Out)
The handle to the object class. You must allocate the memory for this argument.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the handle.
PRO_TK_GENERAL_ERRORThe external object was not found, or the function could not retrieve the handle.

Manual References:

  1. Event-driven Programming: External Objects: Creating External Objects

Sample Code References:

  1. pt_examples ( TestExtobj.c )