Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

[Feature request] Wrappers for common types, e.g. BSTR, VARIANT, SAFEARRAY #182

@heaths

Description

@heaths

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions