Windows API index - Win32 apps | Microsoft Docs
https://docs.microsoft.com/en-us/windows/win32/apiindex/windows-api-list
A list of the reference content for the Windows API.
Windows API - Wikipedia
https://en.wikipedia.org/wiki/Windows_API
The Windows API, informally WinAPI, is Microsoft's core set of application programming interfaces (APIs) available in the Microsoft Windows operating systems.
Введение в Windows API | CodeNet - все для программиста
http://codenet.ru/db/vfp/winapi/
Все справочники Си/Си++ Borland C++ Си/Си++ (DOS) Си/Си++ (Unix/Linux) Pascal Perl WinAPI.
НОУ ИНТУИТ | Лекция | WinApi
https://intuit.ru/studies/courses/112/112/lecture/3277
WinApi. A. | версия для печати.
GitHub - prasannavl/WinApi: A simple, direct, ultra-thin CLR library for...
https://github.com/prasannavl/WinApi
WinApi - The core package that contains all the methods, helpers, and the tiny WinApi.Windows WinApi.Windows.Controls [Incomplete] - A small library that implements the EventedWindowCore for...
c++ - What does "WINAPI" in main function mean? - Stack Overflow
https://stackoverflow.com/questions/2348442/what-does-winapi-in-main-function-mean
WINAPI is a macro that evaluates to __stdcall, a Microsoft-specific keyword that specifies a calling It is defined in Windows header files as WINAPI, which is in turn defined using the Win32 declarator...
Windows API tutorial - C GUI programming in Windows API
https://zetcode.com/gui/winapi/
The Windows API is Microsoft's core set of application programming interfaces (APIs) available in the Microsoft Windows operating systems. It was formerly called Winapi or Win32 API.
Winapi documentation
https://stevedonovan.github.io/winapi/api.html
winapi.get_desktop_window():get_bounds(). route callback dispatch through a message window. You need to do this when using Winapi in a GUI application, since it ensures that Lua callbacks...