What is the value of a dialog constant DS_RECURSE?
winapi
Solution
`DS_RECURSE` doesn't exist. It was a flag in a prerelease version of Windows 95 that was removed before RTM. All the docs that refer to it talk about "Don't use it", which is now very easy to do because you can't use something that doesn't exist.
Problem
What is the value of a dialog constant DS_RECURSE (link to the official MS documentation required, historical information is welcome) ? Thanks for attention.