[Previous]
[Bookset]
[Next]

PtModalEnd()

Terminate modal-window processing

Synopsis:

void PtModalEnd( int hold_count );

Description:

This function terminates a modal-processing loop that was initiated by PtModalStart(). The hold_count argument must be the count value that was returned by PtModalStart().

Examples:

See PtModalStart().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtModalStart()


[Previous]
[Bookset]
[Next]