Description:

SplStdStop stops the recording of GPI and DevEscape calls in the PM_Q_STD buffer. The hardcopy driver's Escape routine calls SplStdStop when DEVESC_ENDDOC is received.

#include <os2.h>

HDC     hdc;  /*  The device context handle. */
HSTD    rc;   /*  Return codes. */

rc = SplStdStop(hdc);


[Back: SplStdStop]
[Next: SplStdStop Parameter - hdc]