Remove data from the widget data chain
int PtRemoveWidgetData( PtWidget_t *widget, PtWidgetClassRef_t *type, long subtype );
This function removes a piece of data from the widget data chain and frees the memory allocated for the data.
0 if the data was found and released; -1 if it couldn't be found.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtAddWidgetData(), PtFindWidgetData(), PtFindNextWidgetData()