Using custom device driver

Is it possible to connect to a custom device driver (on a Windows PC) using USB so I can make calls to different WinAPI header files such as windows.h or psapi.h? And if yes, is it also possible to install this from the arduino (via the USB-cable)?

Why would you want to call Windows header files?

Those header files don't do anything on their own. They contain function prototypes that tell a Windows compiler what certain functions should look like in the same way that e.g. LiquidCrystal.h is used in an Arduino sketch.

Maybe you can explain in more detail what you want to achieve.

I want to use the WinAPI (for example audiopolicy.h or mmdeviceapi.h, but also the previously named header files), to remotely change audio levels for existing processes. I want to interact with these .h files on the computer and send/receive data to/from the arduino.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.