Share via


DrvEndDoc

This function causes the driver to send any control information needed at the end of a document.

BOOL DrvEndDoc(
  SURFOBJ* pso,
  FLONG fl 
);

Parameters

  • pso
    [in] Pointer to a SURFOBJ structure that defines the surface object. You can query this structure to find its type and what PDEV structure it is associated with.
  • fl
    [in] If set to ED_ABORTDOC, the user canceled or aborted the print job.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

This function is required for printer drivers.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winddi.h.

See Also

Printer Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.