This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Find the next appropriate data block
void * PtFindNextWidgetData( PtWidget_t *widget, PtDataHdr_t *data_node, PtWidgetClassRef_t *type, long subtype, PtDataHdr_t **_node )
This function (starting from data_node) finds the next widget data block that matches the type and subtype provided.
A void pointer to the widget data, or NULL if it wasn't found.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtAddWidgetData(), PtFindWidgetData(), PtRemoveWidgetData()