IP_PulseDestroy -- destroys a pulse.
int IP_PulseDestroy(int pulse);
int IP_PulseDestroy
A pulse ID as generated by IP_PulseNew.
0 on success, or -1 on failure and errno is set.
This function destroys a pulse, cleaning up any associated resources.
Pulses and Timers, IP_PulseNew, IP_PulseDestroy