No, the doc is wrong
WM_NOTIFY works on XP (used a lot in Common Controls)
If I search in MSDN archives, there is even :
Minimum operating systems Windows NT 3.51, Windows 95
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good evening. I am looking to create a simple win32 application that can (also) run on Windows XP using Visual Studio 2015. Up till now I have just been assuming that WM_NOTIFY can be used for developing apps for Windows XP. But I just noticed that on the Microsoft Win32 documentation it says "Minimum supported client: Windows Vista [desktop apps only]". Does that mean that I cannot use WM_NOTIFY to receive for example TVN_SELCHANGED on Windows XP?
Microsoft documentation link: https://learn.microsoft.com/en-us/windows/win32/controls/wm-notify
No, the doc is wrong
WM_NOTIFY works on XP (used a lot in Common Controls)
If I search in MSDN archives, there is even :
Minimum operating systems Windows NT 3.51, Windows 95
I think, it means that Windows XP is not a supported Operating System. (It is not the version of Windows that introduced this message).
But the support for Windows Vista has ended too, therefore the documentation seems obsolete.