Category
External objects
, Object
ProExtobjdata
Function ProExtobjdataFree
Description
Clears the display data for the specified external object.
Synopsis
#include <
ProExtobj.h
>
ProError
ProExtobjdataFree
(
ProWExtobjdata
*
disp_data
/* (In)
The pointer to the object data
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully cleared the data.
PRO_TK_GENERAL_ERROR
The external object was not found, or the function could not clear the data.
Manual References:
Event-driven Programming: External Objects: Manipulating External Object Data
Sample Code References:
pt_examples ( TestExtobj.c )
pt_examples ( TestExtobj.c )
pt_examples ( TestExtobj.c )
pt_examples ( TestExtobj.c )
pt_examples ( TestExtobj.c )
pt_userguide ( UgExtobjCreate.c )