| 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 |
|
| PRO_TK_NO_ERROR | | The function successfully set the information. |
| PRO_BAD_INPUTS | | One or more of the arguments are invalid. |
|