API 설명서 > External objects > Object ProExtobjdata > Function ProExtobjdataGet
Function ProExtobjdataGet
Description
Retrieves the object data from an existing external object.
Synopsis
#include <ProExtobj.h>
ProExtobjdataGet
(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
/* (In)
The data type
*/
ProWExtobjdata* obj_data
/* (Out)
The pointer to the object data. Free this data using ProExtobjdataFree().
*/
)
Returns
The function successfully retrieved the data.
The external object was not found, or the function could not retrieve the data.
Sample Code References
User Guide References
도움이 되셨나요?