winapi-rs Gitter

This crate provides types and constants for WinAPI FFI bindings. They are gathered by hand using the very latest official SDK from Microsoft. I aim to replace all existing Windows FFI in other crates with this set of crates through the "Embrace, extend, and extinguish" technique.

If this crate is missing something you need, feel free to create an issue, open a pull request, or contact me via IRC (WindowsBunny on #rust-gamedev on irc.mozilla.org).

Bindings to library functions are available in separate crates: * advapi32 * gdi32 * kernel32 * ole32 * shell32 * user32 * winmm

Documentation