Search Articles — Sudonull

Search Results

In this project

Cleaning Metadata from Python Clipboard

https://sudonull.com/cleaning-metadata-from-python-clipboard

Background Python Daemon for Windows automatically removes EXIF, Track Changes from files in the clipboard. Protection against attacks, atomic processing. Code and architecture for developers.

Wine 11.5: C++ in build and Linux syscall

https://sudonull.com/wine-11-5-c-in-build-and-linux-syscall

Wine 11.5 is out with C++ support in Meson, ICU, user syscall dispatch, and VBScript fixes. 5400+ Windows applications run stably. Details for developers.

From the web

Mar 14, 2023 ·

https://learn.microsoft.com/en-us/windows/win32/apiindex/windows-api-list

Mar 14, 2023 · Using the Windows API , you can develop applications that run successfully on all versions of Windows while taking advantage of the features and capabilities unique to each version.

Sep 7, 2025 ·

https://www.computerhope.com/jargon/w/win32.htm

Sep 7, 2025 · Alternatively called the Windows API and WinAPI, Win32 is the main set of Microsoft Windows APIs (Application Programming Interface) used for developing 32-bit applications.

Searches related to win32 api

https://caiorss.github.io/C-Cpp-Notes/WindowsAPI-cpp.html

Windows API uses 16-bits Unicode wide characters (wchar_t) instead of 8 bits Unicode UTF-8 which is common in most modern Unix-like Oses such as Linux, BSD and MacOSX. Windows API functions generally has two versions, an ANSI version with suffix 'A' and a wide unicode version with suffix 'W'.

Trending Now