12 Dec
2025
12 Dec
'25
5:30 p.m.
http://bugs.winehq.org/show_bug.cgi?id=59129 --- Comment #1 from Hans Leidekker <hans@meelstraat.net> ---
SelectQuery portsQuery = new SelectQuery("Win32_PnPEntity", "ClassGUID=\"{4D36E978-E325-11CE-BFC1-08002BE10318}\"");
This query should work once we have a (stub) parallel port driver that registers itself.
ObjectQuery resourceQuery = new ObjectQuery("ASSOCIATORS OF {Win32_PnPEntity.DeviceID=\"" + deviceID + "\"} WHERE ResultClass = Win32_PortResource");
This needs an implementation of Win32_PortResource and an associator class. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.