windows_foundation 0.0.7+1 windows_foundation: ^0.0.7+1 copied to clipboard
Provides access to WinRT APIs from the Windows.Foundation namespace using FFI.
0.0.4 #
- Add
getWindowHandle
helper function to retrieve the window handle of the current window (#197) InitializeWithWindow
'sinitialize
method now usesgetWindowHandle
to retrieve the window handle of the current window ifhwnd
parameter is omitted (#197)
0.0.3 #
- Add
NativeDisplayAdapterId
andNativeSizeInt32
structs (#193)
0.0.2 #
IMap
interface'sempty
constructor now supports creating empty maps for theGuid
andObject?
key-value pairs.
0.0.1 #
- Initial version.