设备创建类(Device Setup Classes)和设备接口类(Device Interface Classes)是驱动编程中经常碰到的两类键。设备创建类区分了驱动的类别,它的标准类定义于devguid.h,我们将在下一节详述。
基于1个网页-相关网页
Return a list of installed devices for all device setup classes or all device interface classes.
返回一个列表的所有设备安装类别或所有设备接口类安装设备。
Return only the device that is associated with the system default device interface, if one is set, for the specified device interface classes.
只返回是与系统默认设备接口关联的设备,如果设置,指定设备接口类。
应用推荐