OpenInstalledDriver opens a driver that is already installed in the unit table.
OSErr OpenInstalledDriver(
DriverRefNum refNum,
SInt8 ioPermission);
Given an installed driver's unit table reference number, OpenInstalledDriver opens the driver. The Device Manager ignores the ioPermission parameter; it is included only to provide easy communication with the driver.
Native drivers may keep track of I/O permissions for each instance of multiple open actions and return error codes if permissions are violated.