Share via


Gdi::EndPage_I (Windows Embedded CE 6.0)

1/6/2010

This method informs the device that the application has finished writing to a page. An application typically uses this function to direct the device driver to advance to a new page.

Syntax

static WINGDIAPI int WINAPI EndPage_I(
  HDC hdc
);

Parameters

  • hdc
    [in] Handle to the device context for the print job.

Return Value

A value greater than zero indicates success.

A value less than or equal to zero indicates failure.

To get extended error information, call GetLastError.

Remarks

This method is an internal version of the EndPage function.

Neither Gdi::EndPage_I nor Gdi::StartPage_I resets the device context attributes. Device context attributes remain constant across subsequent pages.

You do not need to reselect objects and set up the mapping mode again before printing the next page; however, doing so produces identical printer output.

Requirements

Header gdi.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Gdi
EndPage
Gdi::EndDoc_I
Gdi::StartPage_I