Terminate modal-window processing
void PtModalEnd( int hold_count );
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().
See PtModalStart().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
"Modal dialogs" in the "Lengthy operations" section of the Interprocess Communication and Lengthy Operations chapter of the Programmer's Guide.