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. The name Windows API collectively refers to several different platform implementations that are often referred to by their own names...
Введение в Windows API | CodeNet - все для программиста
http://codenet.ru/db/vfp/winapi/
Все справочники Си/Си++ Borland C++ Си/Си++ (DOS) Си/Си++ (Unix/Linux) Pascal Perl WinAPI.
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...
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.
НОУ ИНТУИТ | Лекция | Программирование под Windows...
https://intuit.ru/studies/courses/1898/351/lecture/8377
#include <windows.h> LONG WINAPI WndProc(HWND, UINT, WPARAM,LPARAM); int WINAPI WinMain (HINSTANCE hInstance
Newest 'winapi' Questions - Stack Overflow
https://stackoverflow.com/questions/tagged/winapi
int WINAPI WinMain(HINSTANCE hinstance, HINSTANCE prevInstance, LPSTR args, int wincmd) Newest winapi questions feed. To subscribe to this RSS feed, copy and paste this URL into your RSS...
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...
winapi - luapower.com
https://luapower.com/winapi
local winapi = require'winapi' require'winapi.windowclass'. local win = winapi.Window{ w = 500, --all these are "initial fields" h = 300, title = 'Lua rulez', autoquit = true, --this is to quit app when the window...
Win32 Api - Часть 1. Начало
http://hlebon.com/win32-api-part-1-begining
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow).