DrvStartPage (Windows CE 5.0)

Send Feedback

This function requests the driver to send any control information needed at the start of a page.

BOOL DrvStartPage(SURFOBJ* pso);

Parameters

  • pso
    [in] Pointer to the surface object. You can query the object to find its type and which PDEV structure it is associated with.

Return Values

TRUE indicates success. FALSE indicate failure.

Remarks

The EngWritePrinter function sends the control codes.

This function is required for printer drivers.

Requirements

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.