Function ProExtobjClassGet
Description
Retrieves the handle to the object class of the specified external object.
Synopsis
#include <ProExtobj.h>
ProExtobjClassGet
(
ProExtobj* object
/* (In)
The handle to the external object.
*/
ProExtobjClass* extobjclass
/* (Out)
The handle to the object class. You must allocate the memory for this argument.
*/
)
Returns
The function successfully retrieved the handle.
The external object was not found, or the function could not retrieve the handle.
Sample Code References
User Guide References
これは役に立ちましたか?