[Windows10]受影响的API
我目前正在使用win32和VC ++ API。
i am currently using win32 and VC++ APIs.
我需要检查它在Windows 10环境中的影响。我想获得与在Windows 10环境中具有行为差异的API相关的信息。我可以获得与此相关的综合信息。?
I need to check its impact in windows 10 environment. I would like to get information related to APIs which have behavior difference in windows 10 environment. Can i get a consolidated information related to this.?
例如:
GetAdapterInfo的MSDN文档
MSDN documentation of GetAdapterInfo
https://msdn.microsoft.com/en-us/library/windows/desktop/aa365917(v = vs.85).aspx
https://msdn.microsoft.com/en-us/library/windows/desktop/aa365917(v=vs.85).aspx
"
在Windows 10之前的版本中,可以从Network Connections文件夹控制适配器在此函数返回的列表中出现的顺序:
选择"高级"菜单中的"高级设置"菜单项。从Windows 10开始,订单未指定。
"
当然,也可能有其他API。我需要那些可以帮助我很多的信息。
Off course, there may be other APIs also. I need that information which could help me a lot.
嗨Krish_2404,
Hi Krish_2404,
谢谢在这里发布。
>>我需要检查它在Windows 10环境中的影响。我想获得与在Windows 10环境中具有行为差异的API相关的信息。我是否可以获得与此相关的综合信息。
以下是所有Visual Studio发行说明,其中包含不同版本的vs。
Here are all the Visual Studio Release Notes which contains the changes between different version of vs.
https://www.visualstudio.com/vs/release-notes/
以及Windows SDK发行说明。
And also the Windows SDK release notes.
希望这可以为您提供帮助。
Hope this could be help of you.
最诚挚的问候,
Sera Yu
Best Regards,
Sera Yu