Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This function ends a print job.
Syntax
int EndDoc(
HDC hdc
);
Parameters
- hdc
[in] Handle to the device context (DC) 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
Applications should call this function immediately after finishing a print job.
Requirements
| Header | wingdi.h |
| Library | Mgprint.lib |
| Windows Embedded CE | Windows CE 2.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |