Description | ||||||||
Retrieves the object data from an existing external object. | ||||||||
Synopsis | ||||||||
#include <ProExtobj.h> | ||||||||
ProError | ProExtobjdataGet | ( | ||||||
ProExtobj* object | ||||||||
/* (In) | ||||||||
The handle to the external object | ||||||||
*/ | ||||||||
ProExtobjClass* extobjclass | ||||||||
/* (In) | ||||||||
The handle to the external object class | ||||||||
*/ | ||||||||
ProExtobjdataType type | ||||||||
/* (In) | ||||||||
The data type | ||||||||
*/ | ||||||||
ProWExtobjdata* obj_data | ||||||||
/* (Out) | ||||||||
The pointer to the object data. Free this data using ProExtobjdataFree(). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|