Category External objects, Object ProExtobj

Function ProExtobjClassDelete


Description
Deletes the specified external object class.
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjClassDelete(
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class. If extobjclass->type == PRO_VALUE_UNUSED, the function deletes all the classes that have extobjclass->name.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the external object class.
PRO_TK_E_NOT_FOUNDThe external object class was not found.
PRO_TK_BAD_INPUTSThere was an empty name in the class 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

Sample Code References:

  1. pt_examples ( TestExtobj.c )