Zee
Zee

Reputation: 1890

How can I open files from the Windows SDK?

I'm new to com interop, decompiling, etc.

I'm trying to work out a solution using what was suggested here. However, I have no idea how to access UIAutomationClient.h from within the Windows SDK. My research so far has turned up advise/errors on installing the SDK and not actually using it.

How can I open the SDK in Visual Studio (or another way) so that I may browser this file?

Upvotes: 0

Views: 373

Answers (1)

Zee
Zee

Reputation: 1890

As mentioned by @HansPassant, the files are located at the following locations, depending upon Visual Studio version:

VS2010: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\UIAutomationClient.idl
VS2012: C:\Program Files (x86)\Windows Kits\8.0\Include\um\UIAutomationClient.idl

Upvotes: 1

Related Questions