Reputation: 10764
On the MSDN is there some sort of reference which details every native function inside the Windows API for different versions say from Windows XP upwards?
I have been googling and looking round the MSDN but I must not be looking for the correct thing.
Any help would be appreciated.
Cheers,
Andrew
Upvotes: 0
Views: 280
Reputation: 109100
There are pages that will tell you what is new. As Microsoft maintains almost 100% backward compatibility with older versions, the only difference is additions.
E.g. new in Windows 7 and 2008 R2
Upvotes: 4