摘要: software key A system-generated, device-specific, registry subkey that contains information about the driver software associated with a device. Also called a driver key.hardware key A system-generated... 阅读全文
posted @ 2009-07-16 14:47 Fan Zhang 阅读(269) 评论(0) 推荐(0)
摘要: The following trees in the registry are of particular interest to driver writers (where HKLM represents HKEY_LOCAL_MACHINE):The HKLM\SYSTEM\CurrentControlSet\Services TreeThe HKLM\SYSTEM\CurrentContro... 阅读全文
posted @ 2009-07-16 14:39 Fan Zhang 阅读(247) 评论(0) 推荐(0)
摘要: 1.Registry Key Object RoutinesA driver can manipulate a registry-key object by performing the following steps:Open a handle to the registry-key object. For more information, see Opening a Handle to a ... 阅读全文
posted @ 2009-07-16 14:28 Fan Zhang 阅读(400) 评论(0) 推荐(0)