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/lib_ref/pt/ptfindnextdata.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/lib_ref/pt/ptfindnextdata.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/lib_ref/pt/ptfindnextdata.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/lib_ref/pt/ptfindnextdata.html on line 8
Find the next data block of a given type and subtype
void * PtFindNextData( PtDataHdr_t **ptr,
PtDataHdr_t *data,
long type,
long subtype,
long *len,
PtDataHdr_t **_node );
ph
This function finds the next data block, from data_node, that
matches the type and subtype provided.
If data_node is NULL, the first instance of
data that matches the type and subtype provided is found.
If type is 0, any type will match.
If subtype is -1, any subtype will match.
If _node is provided, it's set to point
to the data_node that contained the returned data in order to
be able to continue the search from that node.
If len is provided, it's set to the length of the data item as set
when the data was originally added to the chain.
A pointer to the data,
or NULL if no matching data was found.
Photon
Safety: | |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
PtAddData(),
PtFindData(),
PtRemoveData(),
PtUnlinkData()
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/lib_ref/pt/ptfindnextdata.html on line 104
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/lib_ref/pt/ptfindnextdata.html on line 104