windows_foundation 0.0.4
windows_foundation: ^0.0.4 copied to clipboard
Provides access to WinRT APIs from the Windows.Foundation namespace using FFI.
0.0.4 #
- Add
getWindowHandlehelper function to retrieve the window handle of the current window (#197) InitializeWithWindow'sinitializemethod now usesgetWindowHandleto retrieve the window handle of the current window ifhwndparameter is omitted (#197)
0.0.3 #
- Add
NativeDisplayAdapterIdandNativeSizeInt32structs (#193)
0.0.2 #
IMapinterface'semptyconstructor now supports creating empty maps for theGuidandObject?key-value pairs.
0.0.1 #
- Initial version.