win32
win32 copied to clipboard
Access common Win32 APIs directly from Dart using FFI — no C required!
Hello, I've gone through several examples and tried running a lot of them. It's quite difficult to understand how a lot of this interacts with flutter. Is there an example...
Hello, we are currently in need of getting WM_WTSSESSION_CHANGE message with parameters in flutter with FluentUI Basically we need to know when the desktop gets locked to switch user to...
We haven't shipped an updated version to pub.dev for a little while, because there's been lots of (good) churn on the WinRT front. Before we ship again, we should decide...
How to get win10 app icon
Noticed this while working on #479. Take `IXmlNodeList` for example. It requires two interfaces: `IVectorView` and `IIterable`. The problem is that the `typeDef` of these interfaces returns an empty `name`....
Hi, nowadays i use a powershell script run by my flutter app to get thetering state, precisely ```NetworkOperatorTetheringManager.TheteringOperationalState```. Full support of this api would also add possibility to start and...
Here is the [link](https://docs.microsoft.com/en-us/windows/win32/api/_winsensors/) that lists all the enums, functions, and interfaces of the `Sensor API`. ### Discussed in https://github.com/timsneath/win32/discussions/493 Originally posted by **GiuseppeFn** June 10, 2022 I really hate...
`IFileOpenPicker`'s [pickSingleFileAsync()](https://docs.microsoft.com/en-us/uwp/api/windows.storage.pickers.fileopenpicker.picksinglefileasync?view=winrt-22621#windows-storage-pickers-fileopenpicker-picksinglefileasync) conflicts with `IFileOpenPickerWithOperationId`'s [pickSingleFileAsync(string pickerOperationId)](https://docs.microsoft.com/en-us/uwp/api/windows.storage.pickers.fileopenpicker.picksinglefileasync?view=winrt-22621#windows-storage-pickers-fileopenpicker-picksinglefileasync(system-string)).
It's rare, but sometimes a test fails on a particular (platform,branch) combination with an error. For example: https://github.com/timsneath/win32/runs/6676600994?check_suite_focus=true failed with: ``` Error: Process completed with exit code 1. ``` It's...