Callback Function for CDC::SetAbortProc

BOOL CALLBACKEXPORTAbortFunc**(HDChPr,intcode);**

Return Value

The return value of the abort-handler function is nonzero if the print job is to continue, and 0 if it is canceled.

Parameters

hPr

Identifies the device context.

code

Specifies whether an error has occurred. It is 0 if no error has occurred. It is SP_OUTOFDISK if the Print Manager is currently out of disk space and more disk space will become available if the application waits. If code is SP_OUTOFDISK, the application does not have to abort the print job. If it does not, it must yield to the Print Manager by calling the PeekMessage or GetMessage Windows function.

Remarks

The name AbortFunc is a placeholder for the application-supplied function name. The actual name must be exported as described in the Remarks section of CDC::SetAbortProc.

See Also   CDC::SetAbortProc