9

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/hardware/hh450839%28v=vs.85%29.aspx What's it?

MQ Gu
  • 643
  • 2
  • 9
  • 19

2 Answers2

12

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'.

Guest
  • 136
  • 1
  • 2
9

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

onmyway133
  • 45,645
  • 31
  • 257
  • 263