| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Remove a child-termination callback
void PtSpawnDeleteCallback( PtSpawnCbId_t *cs );
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.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PtSpawn(), PtSpawnSetCallback(), PtSpawnWait()
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |