次の方法で共有


PrinterClose (Compact 2013)

3/26/2014

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

See Also

Reference

Printer Driver Functions
PrinterOpen