Files
reactos/base/setup
Hermès Bélusca-Maïto 0a2244b0b5 [SETUP:REACTOS][SYSSETUP][NETSHELL] Don't use GWLP_USERDATA for storing dialog boxes private data
The `GWLP_USERDATA` window data is reserved for per-class data, thus,
may be used by the dialog box class itself. Instead, use the dedicated
`DWLP_USER` for storing custom per-dialog data.

For more information, see:
https://devblogs.microsoft.com/oldnewthing/20050303-00/?p=36293
https://devblogs.microsoft.com/oldnewthing/20061010-06/?p=29433
https://devblogs.microsoft.com/oldnewthing/20140203-00/?p=1893
2026-08-31 18:06:45 +02:00
..