Category External objects, Object ProExtobj

Function ProExtobjDelete


Description
Deletes the specified external object.
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjDelete(
ProExtobj* object
/* (In)
The handle of the external object to delete
*/
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the external object.
PRO_TK_E_NOT_FOUNDThe owner was not found.
PRO_TK_GENERAL_ERRORThe external object was not found, or the function could not delete the object.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestExtobj.c )