API 文件集 > External objects > Object ProExtobj > Function ProExtobjClassCreate
Function ProExtobjClassCreate
Description
Registers a new external object class.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtobj.h>
ProExtobjClassCreate
(
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
)
Returns
The function successfully registered the external object class.
The external object class already exists.
There was an empty name or a negative type in the handle.
The registration of the external object class was aborted.
Sample Code References
這是否有幫助?