[Previous] [Contents] [Index] [Next]

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

PhUnlinkTransportHdr()

Remove an entry from a linked list of transport headers

Synopsis:

PhTransportHdr_t * PhUnlinkTransportHdr( 
                      PhTransportHdr_t *hdr_list,
                      PhTransportHdr_t *victim );

Library:

ph

Description:

PhUnlinkTransportHdr() unlinks the transport header pointed to by victim from the list pointed to by hdr_list.

Returns:

A pointer to the beginning of the list after removing the victim.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhGetAllTransportHdrs(), PhGetNextTransportHdr(), PhGetTransportHdr(), PhLocateTransHdr(), PhReleaseTransportHdrs()

Drag and Drop chapter of the Photon Programmer's Guide


[Previous] [Contents] [Index] [Next]