The ClosePrinter function closes the specified printer object.
BOOL ClosePrinter( _In_ HANDLE hPrinter );
int ClosePrinter(int hPrinter) => _ClosePrinter(hPrinter);