Skip to main content

One doc tagged with "syscalls"

View all tags

The anatomy of a syscall

On Windows, performing any meaningful action that interacts with system resources requires going through the Windows API (or invoking system calls directly). But what really happens under-the-hood when you do that?