What is winapifamily.h?

后端 未结 2 2026
一向
一向 2021-02-15 15:02

Can\'t find it in Windows SDK and DDK, but some of our existing code includes it. The only meaningful link I found by Google is: http://msdn.microsoft.com/en-us/library/windows

相关标签:
2条回答
  • 2021-02-15 15:23

    For reference, the winapifamily.h is located at C:\Program Files (x86)\Windows Kits\8.0\Include\shared

    0 讨论(0)
  • 2021-02-15 15:33

    This is a new header file, currently only present in the SDK/DDK of Windows 8 Consumer Preview / Visual Studio 11 Beta. I think this header is for splitting the Win32 API into Desktop/MetroApp 'partitions'.

    0 讨论(0)
提交回复
热议问题