leexgone / uiautomation-rs

The uiatomation-rs crate is a wrapper for windows uiautomation. This crate can help you make windows uiautomation API calls conveniently.
Apache License 2.0
83 stars 15 forks source link

Fixes #65: Cache encoded string buffers so that they outlive PCWSTR and PWSTR pointers #66

Closed rcook closed 3 months ago

rcook commented 3 months ago

Fixes #65