Results for: Windows API

#C++#Windows API#WinHTTP

C++ Guide to Secure HTTP Requests and File Downloads Using Windows API. Http apis.

Discover how to implement native, dependency-free HTTP and HTTPS communication in C++ using WinHTTP. Learn secure SSL/TLS practices, memory-efficient file downloading, and modern resource management.

May 24, 20267 min
210
#C++#Windows API#IOCTL

The Complete Guide to Windows IOCTLs and DeviceIoControl in C++

Explore the bridge between Windows user-mode applications and kernel-mode drivers. Learn how to use DeviceIoControl, define custom IOCTL codes, and navigate Windows legal communication methods safely.

May 24, 20267 min
130
#C++20#Windows API#Visual Studio

Advanced Windows C++20 DLL Development: Export Definitions, WinAPI, and Best Practices. Create dll library

A comprehensive engineering guide to creating Dynamic-Link Libraries (DLLs) in Visual Studio using C++20. Discover essential WinAPIs, export techniques, .DEF files, compiler flags, and ABI boundary safety.

May 24, 20266 min
130
#C++20#Windows API#Visual Studio 2026

Windows Mastering Create Custom Window in C++20: Win32 APIs, DWM Styling, and Privilege Isolation in Visual Studio 2026

Move beyond standard UI frameworks and master raw window creation using modern C++20. Learn to build custom-styled windows, integrate DWM effects, and navigate User Interface Privilege Isolation (UIPI) in Visual Studio 2026.

May 24, 20267 min
110
#Windows API#C++#System Programming

indows API Internals: Mastering Process Handles and Information Retrieval

Learn how to securely inspect other processes in Windows. This guide covers Handle management, OpenProcess access rights, retrieving image paths with QueryFullProcessImageNameW, and safely enumerating loaded modules.

February 22, 20266 min
310
#Windows API#C++#Multithreading

Windows Threading Primitives: CreateThread, QueueUserWorkItem, and std::thread

Choosing the right concurrency model on Windows is critical for performance and stability. This guide compares the raw Win32 APIs against modern C++ abstractions, detailing when to use the System Thread Pool versus dedicated threads.

February 22, 20266 min
450
Page 1 / 2