In the context of the Windows 8 operating system (OS), the Windows Runtime Library (WinRT) is the default application programming interface (API) used by the OS. It does not replace the Win32 API that has been running underneath all Windows applications, but rather augments it. WinRT is a C++ object-oriented API sitting at the same level as the Win32 API, not a shell that sits under Win32.
Read More ยป