This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Remove a link from a data chain
int PtRemoveData( PtDataHdr_t **ptr, long type, long subtype );
ph
This function removes a link from the ptr data chain. If a remove function is provided, it's called prior to the release of the node and data:
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtAddData(), PtFindData(), PtFindNextData(), PtUnlinkData()