PrinterClose (Windows CE 5.0)
This function closes a printer handle previously opened by a call to the PrinterOpen function.
VOID WINAPI PrinterClose(HANDLE hPrint);
Parameters
- hPrint
[in] Handle to a printer obtained through an earlier call to the PrinterOpen function.
Return Values
None.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Prnport.h.
See Also
Send Feedback on this topic to the authors