Category
External objects
, Object
ProDispdat
Function ProDispdatAlloc
Description
Initializes the display data structure.
Synopsis
#include <
ProExtobjDisp.h
>
ProError
ProDispdatAlloc
(
ProWExtobjdata
*
disp_data
/* (In)
The display data
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully initialized the structure.
PRO_TK_BAD_INPUTS
The input argument is invalid.
PRO_TK_GENERAL_ERROR
The function could not initialize the structure.
Manual References:
Event-driven Programming: External Objects: Display Data for External Objects
Sample Code References:
pt_examples ( TestExtobj.c )
pt_userguide ( UgExtobjCreate.c )