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:
"Modal dialogs" in the "Lengthy operations" section of the Interprocess Communication and Lengthy Operations chapter of the Programmer's Guide.
