Hacker News new | ask | show | jobs
by Cordiapxq 4967 days ago
Not sure what the point of this is.. can someone enlighten me?
2 comments

This brings plenty of low-level (or higher level) method call and related structure definitions for Windows.

You can for instance get processes informations, start a wave sound, and many more.

Scroll down to the middle to see API calls.

One use-case is using CoffeeScript or JavaScript to write tools that would benefit from these calls (could be system tools, or not).

You can use node.js and do win32 api calls. I