API Sample Gallery
Explore a curated collection of code samples demonstrating various Windows APIs. These examples are designed to help you understand how to implement common functionalities and leverage the power of the Windows platform.
Basic Window Creation
Learn how to create a simple window using the Win32 API, covering message loops and basic window procedures.
View SampleAsynchronous File I/O
Demonstrates efficient file reading and writing operations using asynchronous I/O with the Windows API.
View SampleNetwork Socket Communication
A foundational example of creating and managing TCP/IP sockets for client-server communication.
View SampleUser Interface Customization
Explore techniques for customizing the look and feel of your application's user interface elements.
View SampleSystem Process Information
Retrieve and display information about running processes and system performance metrics.
View SampleDirectX 12 Rendering
A basic introduction to setting up a DirectX 12 rendering pipeline.
View SampleBackground Task Scheduling
Learn how to schedule and manage background tasks that run efficiently on Windows.
View SampleImage Manipulation
Perform common image processing tasks such as resizing, cropping, and format conversion.
View SampleSecurity Token Management
Explore how to work with security tokens and manage access control in your applications.
View Sample