Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PhTransportFindLink()

Search a linked list of transport data for some specific data

Synopsis:

PhTransportLink_t *PhTransportFindLink(
                      PhTransportLink_t *link_list,
                      void *data );

Library:

ph

Description:

This function searches the list of transport data pointed to by link_list for the entry containing the given data.

Returns:

A pointer to the entry containing the data, or NULL if it couldn't be found.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhCreateTransportCtrl(), PhLinkTransportData(), PhTransportType()

Drag and Drop chapter of the Photon Programmer's Guide