EPSPRINTING

Syntax

short Escape(hDC, EPSPRINTING, sizeof(BOOL),lpBool, NULL)

This escape suppresses the output of the Windows PostScript header control section, which is about 7K. If an application uses this escape, no GDI calls are allowed.

Parameter Type/Description  

hDC HDC Identifies the device context.  
lpBool BOOL FAR * Points to a Boolean value indicating that downloading should be enabled (TRUE) or disabled (FALSE).  

Return Value

The return value is positive if successful, zero if the escape is not implemented, and negative if an error occurred.