retep998 / winapi-rs

Rust bindings to Windows API
https://crates.io/crates/winapi
Apache License 2.0
1.85k stars 392 forks source link

Add eventlog methods definitions #1017

Open Ayowel opened 2 years ago

Ayowel commented 2 years ago

I have a use-case where I want to monitor eventlogs and might want to interact with them (most likely write/cleanup events), this PR should allow me to do so.