Destroys the VIO presentation space.

#define INCL_VIO
#include <os2.h>

HVIO      hvps;  /*  VIO presentation-space handle. */
APIRET    rc;    /*  Return code. */

rc = VioDestroyPS(hvps);


[Back] [Next]