Share via


PrinterClose

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

PrinterOpen | Printer Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.