Home  /  Autodocs  /  printer.device

NAME

Close
terminate access to a device

SYNOPSIS

Close(iORequest), printerDev
A1 A6

FUNCTION

The close routine notifies a device that it will no longer be using the device. The driver will clear the IO_DEVICE and IO_UNIT entries in the iORequest structure.

The open count on the device will be decremented, and if it falls to zero and an Expunge is pending, the Expunge will take place.