By reading MSDN Doc, i got info about windows api sets, what the relationship between win32api and Windows Api Sets ?
https://learn.microsoft.com/en-us/windows/desktop/apiindex/windows-apisets
the old question like this: Is the win32 api obsolete?
By reading MSDN Doc, i got info about windows api sets, what the relationship between win32api and Windows Api Sets ?
https://learn.microsoft.com/en-us/windows/desktop/apiindex/windows-apisets
the old question like this: Is the win32 api obsolete?
Think about API sets as namespaces containing individual Win32 APIs.
They are not wrappers, they only do their job while loading a DLL and binding these imported WinAPI functions.
With API sets, MS now able to move implementations of win32 APIs across DLLs, without breaking compatibility.