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

PtSpawnDeleteCallback()

Remove a child-termination callback

Synopsis:

void PtSpawnDeleteCallback( PtSpawnCbId_t *cs );

Library:

ph

Description:

This function can be used to remove a callback function for a child process created by a previous call to PtSpawn(). The cs argument is the control structure created by that call to PtSpawn() and returned via the csp argument.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtSpawn(), PtSpawnSetCallback(), PtSpawnWait()