Hacker News new | ask | show | jobs
by wizzwizz4 440 days ago
The Win32 API's object model is (mostly) compatible with Rust's. Handles play well with OBRM. Does the winsafe crate provide the interfaces you need? https://docs.rs/winsafe/
1 comments

if it does, I can’t find it.

I was looking for NetUserAdd and associated commands.