Reputation: 149
How do I interface with a Windows driver from Python (e.g. send an ioctl)?
On Linux it's easy as I just open the device as a file but I have no idea how to do this on Windows.
Any help would be great! Thanks!
Upvotes: 4
Views: 3101
Reputation: 11794
Here are couples library you may want to explore for
You may need to explore the Windows WMI classes from the Huge MSDN Reference
Upvotes: 1