What is winapifamily.h?

Cannot find it in the Windows SDK and DDK, but some of our existing code includes it. The only meaningful link I found from Google is: http://msdn.microsoft.com/en-us/library/windows/hardware/hh450839%28v=vs.85%29.aspx What is this?

+6
source share
2 answers

This is the new header file that is currently only available in the Windows 8 Consumer Preview / Visual Studio 11 Beta SDK / DDK. I think this header is for dividing the Win32 API into "Desktop / MetroApp" partitions.

+10
source

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

+9
source

Source: https://habr.com/ru/post/909695/


All Articles