-
Wrapping Windows API into an Abstract Wrapper to facilitate easier migration to other platforms.
-
Electron has a function to prevent screenshotting the application window:
https://www.electronjs.org/docs/latest/api/browser-window#winsetcontentprotectionenable-macos-windows
On Windows and macOS…
-
Operation steps:
1. Clone https://github.com/k2-fsa/sherpa-onnx.git.
2. Enter the go-api-examples/add-punctuation directory.
3. Download https://github.com/k2-fsa/sherpa-onnx/releases/download/punc…
-
All platform specific API calls should be via the cxplat library rather than as usersim thunks.
For example:
https://github.com/microsoft/ebpf-for-windows/blob/e7cae1d72ba57370c8e5cbc13940dd7c7e563eb…
-
None of the [WFP Filter Layer GUIDs](https://learn.microsoft.com/en-us/windows/win32/fwp/management-filtering-layer-identifiers-) are present in mingw-w64's `fwpmu.h`. Microsoft's `fwpmu.h` is also ab…
-
Windows allows you to set a "debugger" program which runs before a target executable runs. We could add a registry entry such that `Chivalry2Launcher.exe` executes our launcher as a "debugger" prior …
-
There are two ways a program could get information about a COM server:
- Registry
- Manifest and RegFree activation contexts
If an activation context is active this information has to be preferr…
-
I've added ASIO to portaudio.dll for sounddevice to include ASIO devices as options no problem, but how do we use Jack with sounddevice? All documentation i've read on how to do it seems to think C:\P…
-
Earlier today I looked at the Windows code in the deprecated `atom/node-spellchecker` package that's used in the extension.
Given I'm a Windows user, and I have a working example in `atom/node-spel…
-
In times of multi monitor setup I would like to propose a new API that allows us to set the startup monitor of the window. I am open for naming changes. The reason is that many developers would prefer…