| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
|  | This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. | 
Create a Photon pulse
pid_t PtAppCreatePulse( PtAppContext_t app, 
                        int priority );
ph
This function creates a Photon pulse. Under QNX Neutrino, PtAppCreatePulse() creates a Neutrino pulse.
A pulse PID (a negative value that's guaranteed never to be -1), or 0 if an error occurred.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PtAppDeletePulse(), PtAppPulseTrigger(), PtChannelCreate(), PtPulseArm()
MsgDeliverEvent() in the QNX Neutrino Library Reference
Interprocess Communication in the Photon Programmer's Guide
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |