The function MsgReceivePulse()???

Hello!

Who can tell me, where I can find the function MsgReceivePulse() ? ? ?
I have a programm, where the function MsgReceivePulse() is called.
If I run my program, the program flow doesnt jump out of the function MsgReceivePulse()!!!
I want to know, what i written in these function!!!

Thank you for your help!

it’s basicaly a kernel call that waits for a pulse.

thank you for your answer mario.

must I send this pulse from a function or …

Well if the code is waiting for a pulse it could be a good idea to send one. However the OS may send pulses depending how the channel was setup.

I HIGHLY suggest you read the documention, this is very basic stuff.