[Previous] [Contents] [Index] [Next]

PtProcessEvent()

Standard Photon event-handling function

Synopsis:

void PtProcessEvent( void );

Description:

This function is used primarily for modal-dialog-event handling.

If a Photon event is pending, this function processes the event and returns. If no event is pending, or if no work procedure has been defined, the function puts the application into REPLY-blocked mode.

Examples:

See PtModalStart().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

[Previous] [Contents] [Index] [Next]