Category External objects, Object ProExtobj

Function ProExtobjCallbacksSet


Description
Sets the ProExtobjCallbacks structure for objects of the specified class of external objects. If callbacks for this class are already set, this function resets them.
Synopsis
#include <ProExtobjCB.h>
ProErrorProExtobjCallbacksSet(
ProExtobjClass* extobjclass
/* (In)
The class of external objects
*/
ProExtobjCallbacks* callbacks
/* (In)
The callback information
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the information.
PRO_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Event-driven Programming: External Objects: Callbacks for External Objects

Sample Code References:

  1. pt_examples ( TestExtobj.c )