API 설명서 > External objects > Object ProExtobj > Function ProExtobjCreate
Function ProExtobjCreate
Description
Creates a new external object.
Synopsis
#include <ProExtobj.h>
ProExtobjCreate
(
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class.
*/
/* (In)
The handle to the owner solid or item.
*/
ProExtobj* result_obj
/* (Out)
The handle to the newly created external object. You must have previously allocated the memory for this argument.
*/
)
Returns
The function successfully created the external object.
The external object class is not registered, or the owner was not found.
The external object creation was aborted.
Sample Code References
User Guide References
도움이 되셨나요?