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> | ||||||||
ProError | ProExtobjCallbacksSet | ( | ||||||
ProExtobjClass* extobjclass | ||||||||
/* (In) | ||||||||
The class of external objects | ||||||||
*/ | ||||||||
ProExtobjCallbacks* callbacks | ||||||||
/* (In) | ||||||||
The callback information | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|