Win32 and WinRT refer to the underlying API (application programming interface) of the Windows operating system. Applications (various software) running on the Windows system pass these system-level interfaces Interact with hardware (such as monitor, keyboard and mouse, etc.). (recommended learning: phpstorm)
Win32 is widely used in Windows 7 and previous systems (including Windows XP). WinRT is a new set of application programming interfaces introduced by Microsoft in Windows 8, allowing developers to use more modern language features to efficiently develop modern-style applications.
Windows 8 and later operating systems (including Windows 10) contain two sets of APIs, Win32 and WinRT.
WinRT (Windows Runtime) is Microsoft's new generation development framework under Win8 Metro. It is a set of object-oriented, cross-language and Native libraries.
WinRT is completely different from traditional Win32 applications. It is directly based on the Windows kernel. It and the Win32 API are two sets of development frameworks in parallel.
Maybe Microsoft tried to design it this way, so it gave us such an architecture diagram, but later we gradually discovered that the actual situation is like this:
WinRT is not directly based on the Windows kernel, but a system-level application built directly on Win32. The lower layer of WinRT is still the Win32 API.
The above is the detailed content of winrt and win32. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version
Useful JavaScript development tools

Atom editor mac version download
The most popular open source editor

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software