GpiSuspendPlay suspends the playing of a metafile.

#include <os2.h>

HPS       hps;
BOOL      Success;
APIRET    rc;       /*  Success indicator. */

rc = GpiSuspendPlay(hps, Success);


[Back: GpiSuspendPlay]
[Next: GpiSuspendPlay Parameter - hps]