List of superseded APIs

  • Thread starter Thread starter Paul Martin
  • Start date Start date
P

Paul Martin

Hi all

Does anyone know of an inclusive list of APIs that were used in earlier
versions of Windows that are no longer compatible with WinXP?

Thanks in advance

Paul Martin
Melbourne, Australia
 
Hi Paul,

AFAIK backwards compatibility with API's is maintained so I don't think
there would be such a list. But don't take that as definitive.

However calling an API in an earlier Windows OS that was introduced in a
later version can crash the system. I've come across API's in this group
that will do just that, so well worth checking the 'reverse' of your
question.

MSDN Home > MSDN Library > Win32 and COM Development > Development Guides
Windows API > Windows API Reference > Functions by Release

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/win
prog/functions_by_release.asp

I don't know but would not be surprised if there are API's that will only
work in NT.

Regards,
Peter T
 
Just as an adjunct to that, there are some where MS changes functionality,
ostensibly for "security reasons".

URLDownloadToFile will no longer pull an exe or dll file after a recent
security patch. I have yet to see any documentation on this.

Robin Hammond
www.enhanceddatasystems.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top