Category External objects, Object ProExtobj

Function ProExtobjClassCreate


Description
Registers a new external object class.
Replacement in Object TOOLKIT: wfcWSession::CreateExternalClass
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjClassCreate(
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully registered the external object class.
PRO_TK_E_FOUNDThe external object class already exists.
PRO_TK_BAD_INPUTSThere was an empty name or a negative type in the handle.
PRO_TK_GENERAL_ERRORThe registration of the external object class was aborted.

Manual References:

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

Sample Code References:

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