SSaguninsagunwrites.hashnode.dev·20h ago · 9 min readCategories of Windows APIs: Understanding the Windows Programming InterfaceThe Windows API is not one giant collection of unrelated functions. It is made up of many APIs designed for different parts of the operating system. If you understand these categories, it becomes much00
SSaguninsagunwrites.hashnode.dev·20h ago · 6 min readUser Mode vs Kernel Mode in WindowsWindows runs many different types of software. Web browsers, games, text editors, and other applications need to run safely without being able to freely control the entire computer. At the same time, 00