Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is winapifamily.h?

Tags:

windows

sdk

wdk

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?

like image 658
MQ Gu Avatar asked Mar 01 '12 00:03

MQ Gu


2 Answers

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

like image 200
Guest Avatar answered Nov 18 '22 02:11

Guest


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

like image 22
onmyway133 Avatar answered Nov 18 '22 01:11

onmyway133