次の方法で共有


PrinterClose (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.