Share via


PrinterClose (Windows Embedded CE 6.0)

1/6/2010

This function closes a printer handle previously opened by a call to the PrinterOpen function.

Syntax

VOID WINAPI PrinterClose(
  HANDLE hPrint 
);

Parameters

  • hPrint
    [in] Handle to a printer obtained through an earlier call to the PrinterOpen function.

Return Value

None.

Requirements

Header prnport.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Printer Driver Functions
PrinterOpen