Windows API Sets
https://docs.microsoft.com/en-us/windows/desktop/apiindex/windows-apisets
An API Set is a strong name for a list of Win32 APIs. The convention for assigning a strong name to an API Set is to use what appears to be a dll name. But the purpose of an API Set is to provide architectural separation between the API Set's name and its associated host DLL implementation for improved portability of your app, so you should think of an API Set's name as just a unique character string, and not as a dll name. For delay load, you use the name of the API Set.
基本上就是一堆長得像 api-ms-win- 的dll
Win7好像沒有? (2020就不支援了,不用管?)
An API Set is a strong name for a list of Win32 APIs. The convention for assigning a strong name to an API Set is to use what appears to be a dll name. But the purpose of an API Set is to provide architectural separation between the API Set's name and its associated host DLL implementation for improved portability of your app, so you should think of an API Set's name as just a unique character string, and not as a dll name. For delay load, you use the name of the API Set.
基本上就是一堆長得像 api-ms-win- 的dll
Win7好像沒有? (2020就不支援了,不用管?)
留言
張貼留言