win32

Tag

Cards List
#win32

Theseus: translating win32 to wasm

Lobsters Hottest · 2026-05-27 Cached

Translates Windows executables (win32/x86) to WebAssembly to run in the browser, discussing challenges like blocking vs async design.

0 favorites 0 likes
#win32

How do I use Win32 structures from the Windows Runtime?

The Old New Thing (Raymond Chen) · 2026-05-21 Cached

This article explains how to use Win32 structures in the Windows Runtime by declaring shadow structures with the same layout, including specific examples and alternatives for common structures.

0 favorites 0 likes
#win32

The classic TreeView control lets me sort by name or by lParam, but why not both?

The Old New Thing (Raymond Chen) · 2026-05-20 Cached

Explains why the classic Win32 TreeView control offers separate sort methods for name and lParam, and recommends switching to a data model pattern when both are needed for sorting.

0 favorites 0 likes
#win32

Additional notes on controlling which handles are inherited by Create­Process

The Old New Thing (Raymond Chen) · 2026-05-11 Cached

Raymond Chen describes a technique using a helper process to precisely control which handles are inherited by a new process, avoiding accidental inheritance from other components in the same process.

0 favorites 0 likes
← Back to home

Submit Feedback