halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
50 stars 3 forks source link

Create a wrapper for `HSTRING` #323

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

Create a wrapper for HSTRING, which represents immutable strings in the Windows Runtime, similar to dart-windows/win32's BSTR implementation.