Partager via


Block Driver Installation

If you connect an unrecognized block device to a platform, the Device Manager queries you to locate the appropriate block driver DLL. The Device Manager then calls that driver's Install_Driver function entry point. The Install_Driver should ensure that any necessary data files install correctly and it should create the relevant registry keys for the block device under the HKEY_LOCAL_MACHINE\Drivers registry key. Block drivers that are part of your platform do not need to have an Install_Driver function, only drivers for after-market block devices need an Install_Driver function.

See Also

Block Driver Architecture | Block Driver Samples | Block Driver Registry Settings | Block Driver Manager | Block Device File Systems | File System Loading and Unloading | Block Driver Interface | Block Driver Loading | Block Driver Detection | Block Driver Access | Block Driver Power Cycle

© 1992-2003 Microsoft Corporation. All rights reserved.