API 설명서 > External objects > Object ProExtobjdata > Function ProExtobjdataFree
Function ProExtobjdataFree
Description
Clears the display data for the specified external object.
Synopsis
#include <ProExtobj.h>
ProExtobjdataFree
(
ProWExtobjdata* disp_data
/* (In)
The pointer to the object data
*/
)
Returns
The function successfully cleared the data.
The external object was not found, or the function could not clear the data.
Sample Code References
User Guide References
도움이 되셨나요?