Share via


DrvStartPage

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Syntax

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 Value

TRUE indicates success. FALSE indicate failure.

Remarks

The EngWritePrinter function sends the control codes.

This function is required for printer drivers.

Requirements

Header winddi.h
Windows Embedded CE Windows CE 1.0 and later