API 文档 > External objects > Object ProExtobj > Function ProExtobjCallbacksSet
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>
ProExtobjCallbacksSet
(
ProExtobjClass* extobjclass
/* (In)
The class of external objects
*/
/* (In)
The callback information
*/
)
Returns
The function successfully set the information.
PRO_BAD_INPUTS
One or more of the arguments are invalid.
Sample Code References
User Guide References
这对您有帮助吗?