Category External objects, Object ProDispdat

Function ProDispdatAlloc


Description
Initializes the display data structure.
Synopsis
#include <ProExtobjDisp.h>
ProErrorProDispdatAlloc(
ProWExtobjdata* disp_data
/* (In)
The display data
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the structure.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_GENERAL_ERRORThe function could not initialize the structure.

Manual References:

  1. Event-driven Programming: External Objects: Display Data for External Objects

Sample Code References:

  1. pt_examples ( TestExtobj.c )
  2. pt_userguide ( UgExtobjCreate.c )