Description | ||||||||
Retrieves the handle to the object class of the specified external object. | ||||||||
Synopsis | ||||||||
#include <ProExtobj.h> | ||||||||
ProError | 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 | ||||||||
|