You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
While winapi exposes many of these types of functions necessary to use them, there isn't any good support for these types often used in COM. For example, I wrote a BStr (though, I suppose that should be BString to match the Rust naming convention) that exposes just enough of what I need, but this could be expanded considerably to implement From traits and more, and be readily available for use with the com crate. Same for VARIANT and even SAFEARRAY.