Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/wid_build/libs/ptfindwidgetdata.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/wid_build/libs/ptfindwidgetdata.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/wid_build/libs/ptfindwidgetdata.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/wid_build/libs/ptfindwidgetdata.html on line 8
Find the first widget data block of a given type and subtype
void * PtFindWidgetData(
PtWidget_t *widget,
PtWidgetClassRef_t *type,
long subtype,
PtDataHdr_t **_node );
- widget
- A pointer to the widget that you want to search.
- type
- The type of data to seek.
If type is NULL, any type matches.
- subtype
- The subtype of data to seek.
If subtype is -1, any subtype matches.
- _node
- If you provide this argument, it's set to point to the widget
data_node that contained the returned data, so you can continue
the search from that node.
This function finds the first 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(),
PtFindNextWidgetData(),
PtRemoveWidgetData()
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/wid_build/libs/ptfindwidgetdata.html on line 113
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/wid_build/libs/ptfindwidgetdata.html on line 113