|  | Overview |  | 
|  | 
|  | Group |  | 
|  | 
|  | Quick Info 
 | Windows NT 
 | Yes 
 |  | Win95 
 | Yes 
 |  | Win32s 
 | Yes 
 |  | Import Library 
 | gdi32.lib 
 |  | Header File 
 | wingdi.h 
 |  | Unicode 
 | No 
 |  | Platform Notes 
 | Windows 95: int == 16 bits 
 | 
 |  | 
 
EndDoc
The 
EndDoc function ends a print job. This function replaces the ENDDOC printer escape. 
int EndDoc(
| HDC hdc 
 | // handle to device context 
 | 
| ); 
 | 
 | 
 
Parameters
hdc
Identifies the device context for the print job. 
 
Return Values
If the function succeeds, the return value is greater than zero. 
If the function fails, the return value is less than or equal to zero. To get
extended error information, call 
GetLastError. 
Remarks
Applications should call 
EndDoc immediately after finishing a print job. 
See Also
StartDoc
			
				- Software for developers
				
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
				
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples