Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BSTR and related methods (e.g. SysAllocString*) #237

Closed
rickbrew opened this issue Nov 2, 2021 · 3 comments · Fixed by #274
Closed

Add BSTR and related methods (e.g. SysAllocString*) #237

rickbrew opened this issue Nov 2, 2021 · 3 comments · Fixed by #274
Labels
proposal An issue that represents a proposed feature or change to the repo. untriaged An issue that has not been triaged by the repo maintainers.

Comments

@rickbrew
Copy link
Contributor

rickbrew commented Nov 2, 2021

This would enable more code to be converted away from System.Runtime.InteropServices.Marshal, which has kind of an unmodern icky .NET 1.0 feel to it. It would help usage of TerraFX.Interop.Windows to be more self-contained.

@rickbrew rickbrew added proposal An issue that represents a proposed feature or change to the repo. untriaged An issue that has not been triaged by the repo maintainers. labels Nov 2, 2021
@AraHaan
Copy link

AraHaan commented Nov 6, 2021

I would also love to migrate from Marshal.GetExceptionPointers() but I think that is impossible at this time 😄.

@rickbrew
Copy link
Contributor Author

This is more important now for my VARIANT code that also needs #261

@JeremyKuhne
Copy link
Contributor

Looking at adding oleauto.h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal An issue that represents a proposed feature or change to the repo. untriaged An issue that has not been triaged by the repo maintainers.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants