Obučavanje
Modul
Troubleshoot device driver failures - Training
This module focuses on the role of device drivers and troubleshooting problems that pertain to them.
Ovaj preglednik više nije podržan.
Nadogradite na Microsoft Edge da iskoristite najnovije osobine, sigurnosna ažuriranja i tehničku podršku.
The following guidelines apply to driver package components when they access or modify files:
Files should be modified only by using INF directives within an INF file. For example, use the INF CopyFiles directive to copy files and the INF RenFiles directive to rename files.
Files that appear in an INF CopyFiles directive must not also appear in an INF RenFiles or DelFiles directive in the INF file.
Important The INF RenFiles and DelFiles directives must be used carefully. You should not use these directives in the INF file for a Plug and Play (PnP) function driver.
Obučavanje
Modul
Troubleshoot device driver failures - Training
This module focuses on the role of device drivers and troubleshooting problems that pertain to them.
Dokumentacija
INF Reboot Directive - Windows drivers
A Reboot directive indicates that the caller should be notified to reboot the system after installation is complete.
INF AddComClass directive - Windows drivers
An AddComClass directive is used within a com-server-install-section and registers a COM class.
INF DDInstall.Components Section - Windows drivers
The DDInstall.Components section contains one or more INF AddComponent directives that reference additional INF-writer-defined sections in a driver package INF file.