Redirects video output back to the normal video buffer. This function should be issued by the application when it no longer requires the temporary screen obtained through a previous VioPopUp call.

#define INCL_VIO
#include <os2.h>

HVIO      VioHandle;  /*  Reserved.  Must be 0. */
APIRET    rc;         /*  Return code. */

rc = VioEndPopUp(VioHandle);


[Back] [Next]