WinAPI is the API for Windows applications. It does everything from creating windows to interfacing with device drivers.
Handles................WinAPI/Handles
Window creation........WinAPI/WindowCreation
Window messages........WinAPI/WindowMessages
Window drawing.........WinAPI/WindowDrawing
Threads................WinAPI/Threads
Files..................WinAPI/Files