我是一名C++在VS2010. 目前我WMI用来监控系统中的进程和设备。在编写WQL查询时,是否可以TargetInstance从多个类中选择?例如,代替select * from __InstanceOperationEvent within 1 where TargetInstance ISA 'Win32_PnPEntity',我如何使用类似select * from __InstanceOperationEvent within .1 where TargetInstance ISA 'Win32_PnpEntity','Win32_DiskDrive'.
我尝试使用,,OR等,但失败了。
感谢您的帮助。