Windows Samples SDK missing

I want to see a sample code for the Wlan API ( MSDN link ).

But C:\Program Files\Microsoft SDKs\Windows\<version number>\Samples\for me it doesn’t exist. Only the following directories exist:

  • Ben
  • Loader
  • FXCop
  • Enable
  • Lib

I got my SDK (v7.0A) by installing the beta version of Visual Studio 2010. OS - Windows Vista.

+3
source share
1 answer

You should try the " Microsoft Windows SDK for Windows 7 and the .NET Framework 3.5 SP1: BETA ." It includes “documentation, samples, header files, libraries, and tools” that are not included in Visual Studio 2010 Professional Beta 1.

+2
source

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


All Articles