If you install Delphi Community Edition (look for license before if you are eligible) you will have access to some hundred of WinApi wrapper, all the Windows api (also deprecated) published by Microsoft.
Some of them are for example ML (AI, Machine learning apis), XBOX apis, etc ...
Every api have a link to proper documentation page on Microsoft learn page.
These is a (poor) explanation link:
https://getitnow.embarcadero.com/windows-api-from-winmd/They are called WinMD and come from Microsoft WinMD metadata, for Win32 and Win64.
I often use them 'cause they are the correct "translation" in Pascal of the WinApi. Also Delphi has some bugs in WinAPi RTL definitions, but those not.
You can enjoy with a new world.