<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Microsoft Windows SDK Blog</title><subtitle type="html">The Microsoft Windows SDK is a set of tools, code samples, documentation, compilers, headers, and libraries that developers can use to create applications that run on Microsoft Windows operating systems. The Windows SDK combines two formerly separate SDKs: the Platform SDK (PSDK) and the .NET Framework SDK. For more information on the Windows SDK, visit our &lt;a href="http://msdn.microsoft.com/en-us/windowsserver/bb980924.aspx"&gt;MSDN Developer Center&lt;/a&gt;.</subtitle><id>http://blogs.msdn.com/windowssdk/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/windowssdk/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2009-07-21T19:05:00Z</updated><entry><title>Using SecAnnotate to Analyze Your Assemblies for Transparency Violations</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/11/20/using-secannotate-to-analyze-your-assemblies-for-transparency-violations.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/11/20/using-secannotate-to-analyze-your-assemblies-for-transparency-violations.aspx</id><published>2009-11-20T17:52:36Z</published><updated>2009-11-20T17:52:36Z</updated><content type="html">&lt;p&gt;SecAnnotate can be used to analyze your assemblies, especially APTCA assemblies in order to find transparency violations without needing code coverage from a test case.&amp;#160; The static analysis provided by SecAnnotate is valuable in ensuring that your assembly is fully correct from a transparency perspective.&amp;#160; You can get the tool now in beta form &lt;a href="http://blogs.msdn.com/shawnfa/archive/2009/11/18/secannotate-beta.aspx"&gt;here&lt;/a&gt;, and read an in-depth &lt;a href="http://blogs.msdn.com/shawnfa/archive/2009/11/18/using-secannotate-to-analyze-your-assemblies-for-transparency-violations-an-example.aspx"&gt;article on the .NET Security Blog&lt;/a&gt; about how this tool might be used for a simple APTCA library.&lt;/p&gt;  &lt;p&gt;Karin Meier-Magruder   &lt;br /&gt;Program Manager&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9926334" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="Tools" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Tools/default.aspx" /></entry><entry><title>New samples in Win 7 SDK: Direct2D and DirectWrite</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/10/20/new-samples-in-win-7-sdk-direct2d-and-directwrite.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/10/20/new-samples-in-win-7-sdk-direct2d-and-directwrite.aspx</id><published>2009-10-20T19:12:49Z</published><updated>2009-10-20T19:12:49Z</updated><content type="html">&lt;p&gt;The &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&amp;amp;displaylang=en"&gt;Windows 7 SDK&lt;/a&gt; comes with several components, including tools, documentation, headers and libraries, and samples. In this series of blogs, I&amp;#8217;ll go through a number of sample that particularly target the new features in Windows 7. I&amp;#8217;ll talk about how to build and run them and what the requirements are for each.&lt;/p&gt;  &lt;p&gt;Samples have been one of the most valuable educational tools out there and Windows SDK sure has all those samples needed to educate yourself about any aspect of Windows programming. &lt;/p&gt;  &lt;p&gt;For the rest of this article, I&amp;#8217;ll assume the default location for the Windows 7 SDK root folder, which is &amp;#8220;C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples&amp;#8221;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Direct2D and DirectWrite samples&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;New to Windows 7 are Direct2D and Direct3D, which are part of the DirectX family. These technologies are aimed at providing a better and faster developer and user experience for creating 2D graphics and text &lt;/p&gt;  &lt;p&gt;Direct2D (or D2D) is a native immediate-mode 2D graphics rendering API that is built on top of Direct3D, and offers some compelling performance and visual quality improvements over GDI and GDI+. DirectWrite supports high-quality text rendering, resolution-independent outline fonts, and full Unicode text and layout support.&lt;/p&gt;  &lt;p&gt;I&amp;#8217;m not going to go into detail about these technologies now. But, you can always &lt;a href="http://www.bing.com/search?q=Direct2D+DirectWrite"&gt;Bing&lt;/a&gt; them or directly visit the MSDN portals for &lt;a href="http://msdn.microsoft.com/en-us/library/dd370990(VS.85).aspx"&gt;Direct2d&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/library/dd368038(VS.85).aspx"&gt;DirectWrite&lt;/a&gt;, where you&amp;#8217;ll find a wealth of information about each and how they interoperate together or with their other family member, Dirct3D.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Samples included in the Windows 7 SDK&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;The samples that illustrate Direct2D are installed by default under &amp;#8220;&lt;i&gt;C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\multimedia\Direct2D&lt;/i&gt;&amp;#8221;. Similarly, the DirectWrite samples are installed to &amp;#8220;&lt;i&gt;C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\multimedia\DirectWrite&lt;/i&gt;&amp;#8221;. (The blog post &lt;a href="http://blogs.msdn.com/windowssdk/archive/2009/07/02/new-win32-samples-in-windows-sdk-for-windows-7-multimedia.aspx"&gt;New Win32 Samples in Windows SDK for Windows 7: Multimedia&lt;/a&gt; describes all multimedia samples in native code that were updated for Windows 7.)&lt;/p&gt;  &lt;p&gt;All of the Direct2D and DirectWrite samples come preconfigured with Visual Studio 2008 solution and project files.&lt;/p&gt;  &lt;p&gt;Other than Visual Studio 2008, and the Win32 headers and libraries that are installed with the Windows SDK, the only prerequisite you &lt;i&gt;might&lt;/i&gt; need is &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b66e14b8-8505-4b17-bf80-edb2df5abad4&amp;amp;displaylang=en"&gt;DirectX SDK&lt;/a&gt;. It is needed for only &lt;u&gt;two&lt;/u&gt; Direct3D samples that require a compiler shader that ships with DirectX SDK. Both samples interop with D3D. (See the blog post &lt;a href="http://blogs.msdn.com/windowssdk/archive/2009/10/16/development-with-windows-sdk-directx-sdk-when-visual-studio-2008-is-installed.aspx"&gt;Development with Windows SDK &amp;amp; DirectX SDK when Visual Studio 2008 is installed&lt;/a&gt; for more information on working with both the Windows SDK and the DirectX SDK.)&lt;/p&gt;  &lt;p&gt;Here are the available samples.&lt;/p&gt;  &lt;p&gt;Direct2D Samples (C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\&lt;/p&gt;  &lt;p&gt;Multimedia\Direct2D): &lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Sample&lt;/td&gt;        &lt;td valign="top" width="133"&gt;Description&lt;/td&gt;        &lt;td valign="top" width="133"&gt;Location &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Simple &amp;quot;Hello, World&amp;quot; Direct2D application that draws text to the screen.&lt;/td&gt;        &lt;td valign="top" width="133"&gt;Demonstrates how to use Direct2D to draw the text, &amp;#8220;Hello, World.&amp;#8221;&lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Direct2DHelloWorld&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;Direct3D/Direct2D Interoperability Sample&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates how to use Direct2D to project 2D content onto a 3D surface.&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;DXGI Interoperation Sample&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;GDI/Direct2D Interoperability Sample&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates how to write Direct2D content to a GDI DC.&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;GdiInteropSample&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;Direct2D Geometry Realization Sample&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates how to use meshes and A8 render targets to improve performance when rendering complex shapes.&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;GeometryRealizationSample&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;Interactive 3D Text Sample&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates how to use DirectWrite and Direct2D to create editable 3D text.&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Interactive3dTextSample&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;Direct2D ListView Control Sample&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates how to use Direct2D to create a list view control.&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;ListViewSample&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;Direct2D Antialiasing Sample&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates different antialiasing rendering modes.&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;MSAARenderingSample&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;Direct2D Saving an Image as a File Example&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates how to write Direct2D content to an image file.&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;SaveAsImageFileSample&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;Simple Direct2D Application&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates a simple Direct2D application. It draws text, images, shapes, and creates a pattern.&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;SimpleDirect2DApplication&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;Direct2D Animate Along a Path Sample&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates how to animate an object along a geometric path.&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;SimplePathAnimationSample&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;Direct2D Text Animation Sample&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates different ways to render animated text.&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;TextAnimationSample&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;DirectWrite Samples (C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\Multimedia\DirectWrite):&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Sample&lt;/td&gt;        &lt;td valign="top" width="133"&gt;Description&lt;/td&gt;        &lt;td valign="top" width="133"&gt;Location&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;A Choose Font Dialog Using DirectWrite&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates choosing a font face, size and weight.&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;ChooseFont&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;Custom Font Loader Sample &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates how to load a custom font embedded in an application using DirectWrite. &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;CustomFont&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;DirectWrite Custom Layout Sample&lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates how a custom layout can utilize the information from script itemization, bidi analysis, line breaking analysis, and shaping to accomplish text measurement and fitting, line breaking, basic justification, and drawing. &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;CustomLayout &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;Font Enumeration Sample&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates how to enumerate fonts using DirectWrite and outputs the font family names to the console. &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;FontEnumeration &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;DirectWrite - GDI Interoperation Sample &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates how DirectWrite can convert from GDI font objects and display DirectWrite text on a GDI surface. &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;GdiInterop &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;Hello World using DirectWrite &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates how to use DirectWrite to render simple text, text with multiple formats, and customized text with a custom renderer. &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;HelloWorld &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;DirectWrite layout sample &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates various DirectWrite features such as: Glyph rendering, Complex script shaping, Script analysis, Bidi ordering (?abc?), Line breaking, Font fallback, Font enumeration, ClearType rendering, OpenType styles, Inline objects, Trimming, and Selection hit-testing.&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;PadWrite &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;DirectWrite Text Rendering Sample &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates the rendering capabilities of DirectWrite, both to a DIB and a Direct2D surface. &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;RenderTest &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;A simple version of Hello World with DirectWrite &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;A version of the DirectWrite Hello World sample that uses simple text only. &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;SimpleHelloWorld &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;         &lt;p&gt;DirectWrite Text Dialog Sample &lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;Demonstrates font enumeration, changing font face, style, weight, underline, and size using DirectWrite. Displays the changes in real time. &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="133"&gt;         &lt;p&gt;TextDialogSample&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;u&gt;Building SDK samples in the &amp;#8220;Program Files&amp;#8221; directory&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;When building Samples, you should do so in a directory outside C:\Program Files to which you have write access. Copying to a location other than C:\Program Files makes it possible to maintain a pristine copy of the SDK samples and avoid issues when writing to files and directories located under C:\Program Files. &lt;/p&gt;  &lt;p&gt;If you wish to build the samples in the &amp;#8220;Program Files&amp;#8221; directory, which is a secured Windows folder, Visual Studio 2008 may ask you to run with elevated permissions.&amp;#160; (Click on the images to enlarge them.)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image002_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="154" alt="clip_image002" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image002_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Use the Windows SDK Configuration Tool to set the Current SDK&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;Building the SDK samples with Visual Studio 2008 should be straightforward after you install Windows SDK and Use the Windows SDK Configuration Tool to set the Windows 7 SDK as the &amp;#8220;current&amp;#8221; SDK for MSBuild and VCBuild. Running this tool will update the Windows 7 SDK build environment and the Visual Studio 2008 IDE build environment to use the Windows 7 SDK headers, libraries and tools.&amp;#160; You can also use this tool to switch it back again. (For more information, see the blog post &lt;a href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/using-the-win-7-sdk-build-environment-with-vs-2008.aspx"&gt;Using the Win 7 SDK Build Environment with VS 2008&lt;/a&gt;.)&lt;/p&gt;  &lt;p&gt;To run the GUI version of the Windows SDK Configuration Tool, go to Start, All Programs, Microsoft Windows SDK v7.0, Visual Studio Registration, Windows SDK Configuration Tool, and set the Windows SDK version to v7.0 for Visual Studio 2008. &lt;i&gt;(Because this tool modifies registry settings, it needs elevated permissions to run.)&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image004_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="146" alt="clip_image004" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image004_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;After the tool launches, select &lt;b&gt;v7.0 &lt;/b&gt;from the drop down menu. (&lt;i&gt;You may see something slightly different on your computer. In the screenshot below, you see two other versions of the SDK. v6.0A indicates the Windows SDK components that ship in-the-box with Visual Studio 2008. 7.0A indicates the Windows SDK components that ship in-the-box with Visual Studio 2010 BETA integrated SDK.)&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image006_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="169" alt="clip_image006" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image006_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Click Make Current, and you should see an output like this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image008_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="171" alt="clip_image008" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image008_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Now, restart Visual Studio 2008 and rebuild the solution and you will be building with the Windows 7 components:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image010_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="154" alt="clip_image010" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image010_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Setting Visual C++ directories manually&lt;/u&gt; &lt;/p&gt;  &lt;p&gt;You may wish to set the Visual C++ directories manually. However, &lt;b&gt;if you have successfully configured Visual Studio directories using the Windows SDK Configuration tool, you won&amp;#8217;t need to follow the manual steps below.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;1. From the main Visual Studio menu, select Tools &amp;#224;Options, and open the Project and Solutions | VC++ Directories property sheet. This is used to select the location of the folders Visual Studio needs to build and run Visual C++ solutions. (The Platform is the build/run target; the most common are Win32 (x86) or x64.)    &lt;br /&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image012_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="144" alt="clip_image012" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image012_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;2. We want to update the Include folders path, so In &amp;#8220;Show directories for:&amp;#8221;, select Include Files, and add the SDK include path, &lt;i&gt;c:\Program Files\Microsoft SDKs\Windows\v7.0\Include&lt;/i&gt;, to the top of the list:     &lt;br /&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image014_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="144" alt="clip_image014" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image014_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;3. In the Libraries files directories, add&lt;i&gt; C:\Program Files\Microsoft SDKs\Windows\v7.0\Lib &lt;/i&gt;to the top of the list (Note, the&lt;b&gt; x64&lt;/b&gt; Library Files are under&lt;i&gt; C:\Program Files\Microsoft SDKs\Windows\v7.0\Lib\x64&lt;/i&gt;):     &lt;br /&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image016_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="144" alt="clip_image016" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image016_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;     &lt;br /&gt;Remember, if you have successfully configured Visual Studio folders using WinSDK Configuration tool, you won&amp;#8217;t need any of the manual steps above.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Troubleshooting&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;After building and running the solution, if you get a compilation error such as:&amp;#8221; Fatal error C1083: Cannot open include file: 'd2d1.h': No such file or directory&amp;#8221;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image018_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="52" alt="clip_image018" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image018_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This means that Visual Studio 2008 cannot find the headers (and probably it won&amp;#8217;t find the libraries too). This might happen for several reasons, for example if you had more than one version of Visual Studio when the SDK was installed. &lt;/p&gt;  &lt;p&gt;Make sure you have told Visual Studio 2008 about the location of those file by using either the Windows SDK Configuration tool, or setting the VC++ directories manually, using instructions earlier in this post.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Running the samples&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;Now, back to building and running the Direct2D and DirectWrite samples. Here are some screen shots for the samples.&amp;#160; (Click on the image to enlarge it.)&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Simple Direct2D Application:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image020_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="174" alt="clip_image020" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image020_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Direct2D Geometry realization Samples:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image022_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="184" alt="clip_image022" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image022_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Remember, two of the Direct2D samples, &lt;i&gt;DXGISample&lt;/i&gt; and &lt;i&gt;Interactive3dTextSample, &lt;/i&gt;require that the DirectX SDK is installed on your machine. (See the blog post &lt;a href="http://blogs.msdn.com/windowssdk/archive/2009/10/16/development-with-windows-sdk-directx-sdk-when-visual-studio-2008-is-installed.aspx"&gt;Development with Windows SDK &amp;amp; DirectX SDK when Visual Studio 2008 is installed&lt;/a&gt; for more information on working with both the Windows SDK and the DirectX SDK.)&lt;/p&gt;  &lt;p&gt;Here are shots of the Direct2D Interactive 3D Text Sample, which shows the interaction between Direct3D (through DXGI), Direct2D and DirectWrite:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image024_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="118" alt="clip_image024" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image024_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here is the DirectWrite Simple Hello World sample:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image026_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="171" alt="clip_image026" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image026_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here is the Render Test Sample:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image028_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="111" alt="clip_image028" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image028_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here is the Custom layout sample in English and Arabic:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image030_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="215" alt="clip_image030" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image030_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image032_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="215" alt="clip_image032" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/NewsamplesinWin7SDKDirect2DandDirectWrit_A7F7/clip_image032_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Mahmoud Saleh    &lt;br /&gt;Software Engineer     &lt;br /&gt;Windows C++ Team&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9910129" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="samples" scheme="http://blogs.msdn.com/windowssdk/archive/tags/samples/default.aspx" /><category term="Windows 7" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7/default.aspx" /><category term="DirectX" scheme="http://blogs.msdn.com/windowssdk/archive/tags/DirectX/default.aspx" /><category term="Windows 7 SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7+SDK/default.aspx" /><category term="C++" scheme="http://blogs.msdn.com/windowssdk/archive/tags/C_2B002B00_/default.aspx" /></entry><entry><title>Building web services on Windows with C++</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/10/20/building-web-services-on-windows-with-c.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/10/20/building-web-services-on-windows-with-c.aspx</id><published>2009-10-20T17:19:37Z</published><updated>2009-10-20T17:19:37Z</updated><content type="html">&lt;p&gt;&lt;a href="http://www.microsoft.com/windows/windows-7/"&gt;Windows 7&lt;/a&gt; and &lt;a href="http://www.microsoft.com/windowsserver2008/en/us/r2.aspx"&gt;Windows Server 2008 R2&lt;/a&gt; introduce the new framework for building web services in C++ code. Windows Web Services API (WWSAPI) supports the core set of protocols for SOAP-based web services. Developers can use WWSAPI in applications where they need to use native C/C++ code and they cannot take dependency on .Net Framework. Solutions built with this API require significantly less memory than WCF on the client side. On the server side, the API allows developers to achieve much higher throughput than WCF. You can find links to all online resources available to you to learn more about this new API on &lt;a href="http://blogs.msdn.com/nikolad/pages/connecting-c-c-and-web-services.aspx"&gt;this page&lt;/a&gt;. WWS API is available on all versions of Windows 7 and Windows Server 2008 R2 and it can also be deployed to Windows XP, Vista, Server 2003 and Server 2008.&amp;#160; The redistributable installers are available on a formal request to &lt;a href="mailto:wwsredst@microsoft.com"&gt;wwsredst@microsoft.com&lt;/a&gt; with a brief description of plans for using this runtime and the business contact information for your company.&lt;/p&gt;  &lt;p&gt;The &lt;a href="http://go.microsoft.com/fwlink/?LinkID=150217"&gt;Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1&lt;/a&gt; plays a very important role in this story of enabling developers to connect their native C and C++ code to web services. Here is what Windows SDK delivers for this scenario:&lt;/p&gt;  &lt;p&gt;1) webservices.h header is part of the set of headers installed. This header contains declarations of all functions and types that are part of the API. If Windows SDK did not contain this header, you would get the following error when trying to build code that uses WWSAPI:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;gt; fatal error C1083: Cannot open include file: 'WebServices.h': No such file or directory&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;If you see this error when you try to use WWSAPI or build samples from MSDN, you need to:&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;a) Install Windows SDK for Windows 7.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;b) Run the Windows SDK Configuration Tool to utilize the Windows 7 headers and libraries.&amp;#160; Go to Start &amp;gt; All Programs &amp;gt; Microsoft Windows SDK v7.0 &amp;gt; Visual Studio Registration &amp;gt; Windows SDK Configuration Tool.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;c) After these two steps, you should be able to compile the code that uses WWSAPI. To complete linking of your application, you will need webservices.lib.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;2) webservices.lib library contains declarations of exports from the Windows Web Services Runtime DLL (webservices.dll). There are three versions of this library installed by Windows SDK for each of CPU architecture (x86, x64 and Itanium). After you completed steps 1.a. and 1.b. from above, you may still get LNK2001 errors for Ws*() functions used in your code. Here is an example of such errors:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;1&amp;gt;SortServiceClient.obj : error LNK2001: unresolved external symbol _WsCreateError@12&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;1&amp;gt;SortServiceClient.obj : error LNK2001: unresolved external symbol _WsFreeError@4&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;1&amp;gt;SortServiceClient.obj : error LNK2001: unresolved external symbol _WsCloseServiceProxy@12&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;1&amp;gt;SortServiceClient.obj : error LNK2001: unresolved external symbol _WsFreeHeap@4&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;1&amp;gt;SortServiceClient.obj : error LNK2001: unresolved external symbol _WsCreateHeap@24&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;1&amp;gt;SortServiceClient.obj : error LNK2001: unresolved external symbol _WsOpenServiceProxy@16&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;1&amp;gt;sortservice.wsdl.obj : error LNK2001: unresolved external symbol _WsCreateServiceProxyFromTemplate@40&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;1&amp;gt;sortservice.wsdl.obj : error LNK2001: unresolved external symbol _WsCreateServiceEndpointFromTemplate@56&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;1&amp;gt;sortservice.wsdl.obj : error LNK2001: unresolved external symbol _WsCall@32&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;1&amp;gt;C:\C++ Project that uses WWSAPI.exe : fatal error LNK1120: 12 unresolved externals&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;To resolve these errors, you need to point VC++ linker to use webservices.lib to build the final binary. You can do this by opening properties of your project. Then browse to Linker options and add webservices.lib to the list of Additional Libraries. See picture below for details:&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;Once you do that, all linker errors should go away.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;3)&lt;/p&gt;  &lt;p&gt;   &lt;table cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="47"&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;&lt;/td&gt;          &lt;td&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/BuildingwebservicesonWindowswithC_9083/clip_image002_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/BuildingwebservicesonWindowswithC_9083/clip_image002_thumb.jpg" width="402" height="287" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;     &lt;br /&gt;Wsutil.exe is Windows Web Services Tool for generating C code from metadata that describes a web service. You are most likely to use this tool as the first step when you need to implement a client to an existing web services or create a new web service. This tool serves the same purpose as &lt;a href="http://msdn.microsoft.com/en-us/library/aa347733.aspx"&gt;WCF Service Model Metadata Utility Tool (Svcutil.exe)&lt;/a&gt;. There are many commands available in this tool, which you can read about by passing “/?” or “/help” option on the command line. However the core steps for using this tool are:&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;a. Save your metadata files somewhere on the local hard drive. &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;i. If you need to download metadata from a running web service, you can use svcutil.exe as follows:&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;gt; svcutil.exe /t:metadata &amp;lt;URL to Web Service&amp;gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;b. Run wsutil.exe on the SDK Shell prompt either as&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;gt; wsutil.exe *.wsdl *.xsd&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; or &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;gt; wsutil.exe /wsdl:&amp;lt;filename&amp;gt; /xsd:&amp;lt;filename&amp;gt; /wsp:&amp;lt;filename&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;When you run wsutil.exe, it is going to process each WSDL, XML schema and policy file and generates one C header and one C source file for each input file.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;Please note that you need to provide all WSDL and XSD files at once. Passing an incomplete set will result in wsutil.exe issuing errors for references in the input files to non-present WSDL or XSD files. Make sure that you pass all WSDL and XSD files in one call to the wsutil.exe.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;For more information please refer to the &lt;a href="http://msdn.microsoft.com/en-us/library/dd430644(VS.85).aspx"&gt;Windows Web Services API documentation on MSDN&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;4) Wstrace.bat and wstracedump.exe are tools that help you with enabling and collecting &lt;a href="http://msdn.microsoft.com/en-us/library/dd815339(VS.85).aspx"&gt;Windows Web Services Tracing&lt;/a&gt;. With these tools you can: &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;1. Create and delete a trace log &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;2. Enable and disable tracing &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;3. Update the tracing level &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;4. Converting trace logs to CSV files &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;You can find a tutorial on how to use these tools with Windows 7 RC in &lt;a href="http://blogs.msdn.com/nikolad/default.aspx"&gt;this post&lt;/a&gt; on Nikola’s blog. For more information please refer to the &lt;a href="http://msdn.microsoft.com/en-us/library/dd815339(VS.85).aspx"&gt;WWSAPI documentation on MSDN&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;5) 92 samples for WWSAPI. Each sample is a complete application that demonstrates how to use WWSAPI in a particular scenario end-to-end. Most of &lt;a href="http://msdn.microsoft.com/en-us/library/dd430451(VS.85).aspx"&gt;Service Model&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/library/dd323319(VS.85).aspx"&gt;Channel Layer&lt;/a&gt; samples come in pairs. One sample demonstrates the client side and another one demonstrates the server side. There is usually one example for showing how to use some functions from &lt;a href="http://msdn.microsoft.com/en-us/library/dd323589(VS.85).aspx"&gt;XML Layer&lt;/a&gt;. Assuming that you have not changed the default install path for Windows SDK, you can find all samples under this folder C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\Web\WWSAPI. &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;To build WWSAPI samples&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;1. Copy sample from C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\Web\WWSAPI to a some other folder with all other projects of yours&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;2. Open a sample in Visual Studio &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;3. Select Build Solution from the Build Menu.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;4. Run the Windows SDK Configuration Tool to utilize the Windows 7 headers and libraries.&amp;#160; Go to Start &amp;gt; All Programs &amp;gt; Microsoft Windows SDK v7.0 &amp;gt; Visual Studio Registration &amp;gt; Windows SDK Configuration Tool.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;a. If you see any build errors, please make sure you have completed integrating Windows SDK with Visuals Studio.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;b. If you still experience errors, please post your issue on &lt;a href="http://social.msdn.microsoft.com/Forums/en-us/wwsapi/threads/"&gt;the forum&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;To run samples that demonstrate a scenario from both client and server sides, you should:&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;1. Run the sample for the server side of a scenario first. For example, run HttpCalculatorService first before running HttpCalculatorClient.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;2. Run the sample that demonstrates the client side after the server side has started.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;If the sample is not part of client-server pair, just run the sample after the build is completed.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;For more information please refer to the &lt;a href="http://msdn.microsoft.com/en-us/library/dd430462(VS.85).aspx"&gt;Using Windows Web Services documentation on MSDN&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;6) The Windows SDK also installs a local version of the MSDN documentation for WWSAPI. Once you install Windows SDK and integrate it with Visual Studio, pressing F1 should allow you to get documentation installed with Windows SDK. Please note however, that the &lt;a href="http://msdn.microsoft.com/en-us/library/dd430435(VS.85).aspx"&gt;online documentation&lt;/a&gt; tends to be more accurate because technical writers update online version more frequently. &lt;/p&gt;  &lt;p&gt;As you can see, the Windows SDK plays a very important role in this scenario. To learn more about WWSAPI and how you can use it in your C++ code, please see these other resources:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;1) Video recordings &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;a. Introduction to WWSAPI and a tutorial on building native C/C++ clients to web services using WWSAPI at &lt;a href="http://channel9.msdn.com/pdc2008/PC01/"&gt;PDC 2008&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;b. Advantages for using native C/C++ code in building web services and key steps that developers have to take can be found in the session at &lt;a href="http://www.msteched.com/online/view.aspx?tid=881f0e20-885d-432f-82aa-badaa134fae6"&gt;TechEd 2009&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;c. An open discussion about Windows Web Services API with answers to frequently asked questions can be found in a recording on &lt;a href="http://channel9.msdn.com/posts/yochay/Windows-Web-Services/"&gt;Channel 9&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;2) Follow links to all online resources available for building web services and clients to web services in C and C++ code on &lt;a href="http://blogs.msdn.com/nikolad/pages/connecting-c-c-and-web-services.aspx"&gt;this page&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;3) Follow &lt;a href="http://blogs.msdn.com/nikolad/archive/tags/Web+Services/default.aspx"&gt;Web Services in Native C++ code&lt;/a&gt; series of posts on &lt;a href="http://blogs.msdn.com/nikolad/"&gt;Nikola’s blog&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/haoxu/"&gt;Hao’s blog&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;If you have any questions or if you would like to participate in discussions about WWSAPI, please visit &lt;a href="http://social.msdn.microsoft.com/Forums/en-us/wwsapi/threads/"&gt;the forum&lt;/a&gt; or just comment on this post.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Send your thoughts to the &lt;strong&gt;&lt;a href="mailto:wsdkfdb@microsoft.com"&gt;Windows SDK Feedback alias&lt;/a&gt;&lt;/strong&gt;.&amp;#160; Tell us how you use the SDK and what we can do to improve your development experience.&lt;/p&gt;  &lt;p&gt;The &lt;a href="http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx"&gt;&lt;strong&gt;MSDN Windows SDK Developer Center&lt;/strong&gt;&lt;/a&gt; is the place to find resources and links to Windows SDK products, release notes, technical articles, and more.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9910054" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="Windows SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+SDK/default.aspx" /><category term="Windows 7" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7/default.aspx" /><category term="C++" scheme="http://blogs.msdn.com/windowssdk/archive/tags/C_2B002B00_/default.aspx" /></entry><entry><title>Development with Windows SDK &amp; DirectX SDK when Visual Studio 2008 is installed</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/10/16/development-with-windows-sdk-directx-sdk-when-visual-studio-2008-is-installed.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/10/16/development-with-windows-sdk-directx-sdk-when-visual-studio-2008-is-installed.aspx</id><published>2009-10-15T23:08:00Z</published><updated>2009-10-15T23:08:00Z</updated><content type="html">&lt;P&gt;In order to utilize DirectX SDK resources you should ensure that the DirectX SDK include, library, and executables directories are set correctly in Visual Studio 2008. The order in which Visual Studio 2008 looks for executable directories and library files is important. The Windows SDK directories should appear above the DirectX SDK directories.&lt;/P&gt;
&lt;P&gt;The DirectX SDK includes some files that are also shipped in the Windows SDK.&amp;nbsp; These files may also be installed with the Windows headers and libraries that are included in Visual Studio 2008.&amp;nbsp; It's possible to get a mixture of different versions of DirectX files on your computer, depending on what versions of the Windows SDK, DirectX SDK, and Visual Studio you install.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The &lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/using-the-win-7-sdk-build-environment-with-vs-2008.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/using-the-win-7-sdk-build-environment-with-vs-2008.aspx"&gt;Windows SDK Configuration tool&lt;/A&gt; can be used set the Windows 7 SDK as the “current” SDK for MSBuild and VCBuild. This will update the Windows 7 SDK build environment and the Visual Studio 2008 build environment to use the Windows 7 SDK headers, libraries and tools.&amp;nbsp; You can also use this tool to switch it back again. However, the configuration tool does not set the DirectX SDK paths.&amp;nbsp; You will need to do this manually, following the instructions in this article.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/clip_image003_2_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/clip_image003_2_2.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image003_2 src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/clip_image003_2_thumb.jpg" width=342 height=323 mce_src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/clip_image003_2_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;If you have installed the DirectX SDK and wish to build an application in the Windows SDK command line build environment, &lt;STRONG&gt;or&lt;/STRONG&gt; in the Visual Studio build environments, you will need to set the VC++ directory paths manually. If you wish to build with the Windows 7 headers and libraries, you should ensure that directory path for this content is found first, before the DirectX SDK content.&lt;/P&gt;
&lt;P&gt;In the following example I have installed the November 2008 version of the Microsoft DirectX SDK on a computer with the Windows 7 SDK and Visual Studio 2008.&lt;/P&gt;
&lt;H3&gt;How to set the C++ Directories manually&lt;/H3&gt;
&lt;P&gt;1. Launch Visual Studio 2008.&lt;/P&gt;
&lt;P&gt;2. Open the Tools menu and select Options…. The Options dialog box appears.&lt;/P&gt;
&lt;P&gt;3. In the left pane of the Options dialog box, expand the Projects and Solutions node.&lt;/P&gt;
&lt;P&gt;4. Under Project and Solutions, select VC++ Directories.&lt;/P&gt;
&lt;P&gt;5. In the right pane, set the "Platform" drop-down list box to Win32® and the "Show directories for" drop-down list box to "Executable" files. &lt;/P&gt;
&lt;P&gt;6. At the bottom of the list of executable file directories, create a new entry for the DirectX SDK: [drive]:\Program Files\Microsoft DirectX SDK [version]\Utilities\bin\x86 (If there is already such an entry, move it to the bottom of the list.) &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/image_2.png" mce_href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/image_2.png"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=image src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/image_thumb.png" width=455 height=285 mce_src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/image_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;7. Set the "Show directories for" drop-down list box to "Include" files.&lt;/P&gt;
&lt;P&gt;8. At the bottom of the list of directories, create a new entry for the DirectX SDK: [drive]:\Program Files\Microsoft DirectX SDK [version]\Include (If there is already such an entry, move it to the bottom of the list.) &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/image_4.png" mce_href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/image_4.png"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=image src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/image_thumb_1.png" width=456 height=279 mce_src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/image_thumb_1.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;9. Set the "Show directories for" drop-down list box to "Library" files.&lt;/P&gt;
&lt;P&gt;10. At the bottom of the list of directories, create a new entry for the DirectX SDK: [drive]:\Program Files\Microsoft DirectX SDK [version]\LibX86 (If there is already such an entry, move it to the bottom of the list.) &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/image_6.png" mce_href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/image_6.png"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=image src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/image_thumb_2.png" width=467 height=293 mce_src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/DevelopmentwithWinSDKDirectXSDKwhenVisua_E1C1/image_thumb_2.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;11. If you are developing an application to run on AMD64, you should repeat these steps to set the AMD64 paths by setting the "Platform" drop-down list box to X64 and providing the appropriate paths.&lt;/P&gt;
&lt;P&gt;12. Click OK.&lt;/P&gt;
&lt;P&gt;Karin Meier-Magruder &lt;BR&gt;Program Manager &lt;BR&gt;Windows C++ Team&lt;/P&gt;
&lt;P&gt;Send your thoughts to the &lt;STRONG&gt;&lt;A href="mailto:wsdkfdb@microsoft.com" mce_href="mailto:wsdkfdb@microsoft.com"&gt;Windows SDK Feedback alias&lt;/A&gt;&lt;/STRONG&gt;.&amp;nbsp; Tell us how you use the SDK and what we can do to improve your development experience.&lt;/P&gt;
&lt;P&gt;The &lt;A href="http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx" mce_href="http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx"&gt;&lt;STRONG&gt;MSDN Windows SDK Developer Center&lt;/STRONG&gt;&lt;/A&gt; is the place to find resources and links to Windows SDK products, release notes, technical articles, and more.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9907883" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="Windows SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+SDK/default.aspx" /><category term="troubleshooting" scheme="http://blogs.msdn.com/windowssdk/archive/tags/troubleshooting/default.aspx" /><category term="Build Environment" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Build+Environment/default.aspx" /><category term="Visual Studio 2008" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Visual+Studio+2008/default.aspx" /><category term="How-to" scheme="http://blogs.msdn.com/windowssdk/archive/tags/How-to/default.aspx" /><category term="SDK Config Tool" scheme="http://blogs.msdn.com/windowssdk/archive/tags/SDK+Config+Tool/default.aspx" /><category term="DirectX" scheme="http://blogs.msdn.com/windowssdk/archive/tags/DirectX/default.aspx" /><category term="Windows 7 SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7+SDK/default.aspx" /><category term="C++" scheme="http://blogs.msdn.com/windowssdk/archive/tags/C_2B002B00_/default.aspx" /></entry><entry><title>Win SDK Hidden Gems: Function Discovery Browser (fdbrowser.exe)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/10/12/win-sdk-hidden-gems-function-discovery-browser-fdbrowser-exe.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/10/12/win-sdk-hidden-gems-function-discovery-browser-fdbrowser-exe.aspx</id><published>2009-10-12T19:49:58Z</published><updated>2009-10-12T19:49:58Z</updated><content type="html">&lt;p&gt;The Function Discovery API, introduced in Vista, serves as an abstraction layer between applications and devices. This API allows applications to discover devices by function rather than lower level details such as bus or connection type.&lt;/p&gt;  &lt;p&gt;The Function Discovery Browser is a utility that displays information about devices in your local machine and connected via the network.&lt;/p&gt;  &lt;p&gt;Its primary purpose is to assist driver and hardware developers to verify that programs accessing the Function Discovery API and hardware registering its attributes with the Function Discovery API are doing so correctly.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/WinSDKHiddenGemsFunctionDiscoveryBro.exe_B46F/clip_image002_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="308" alt="clip_image002" src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/WinSDKHiddenGemsFunctionDiscoveryBro.exe_B46F/clip_image002_thumb.jpg" width="487" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Layered categories are the namespaces of the abstract device types programmers would want to access.&lt;/p&gt;  &lt;p&gt;Provider categories are namespaces of device and driver registrations.&lt;/p&gt;  &lt;p&gt;For more information:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/aa814089(VS.85).aspx"&gt;Using the Function Discovery Browser.&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/aa814070(VS.85).aspx"&gt;Function Discovery Overview.&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Function Discovery Browser may be found in the &lt;a href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/released-windows-sdk-for-windows-7-and-net-framework-3-5-sp1.aspx"&gt;Windows SDK for Windows 7 &lt;/a&gt;default install location of &amp;quot;C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\fdbrowser.exe&amp;quot;&lt;/p&gt;  &lt;p&gt;Curtis Smith   &lt;br /&gt;Developer    &lt;br /&gt;Windows C++ Team&lt;/p&gt;  &lt;p&gt;Send your thoughts to the &lt;strong&gt;&lt;a href="mailto:wsdkfdb@microsoft.com"&gt;Windows SDK Feedback alias&lt;/a&gt;&lt;/strong&gt;.&amp;#160; Tell us how you use the SDK and what we can do to improve your development experience.&lt;/p&gt;  &lt;p&gt;The &lt;a href="http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx"&gt;&lt;strong&gt;MSDN Windows SDK Developer Center&lt;/strong&gt;&lt;/a&gt; is the place to find resources and links to Windows SDK products, release notes, technical articles, and more.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9906270" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="Tools" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Tools/default.aspx" /><category term="Windows SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+SDK/default.aspx" /><category term="Windows 7" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7/default.aspx" /><category term="Windows 7 SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7+SDK/default.aspx" /></entry><entry><title>Windows 7 SDK Setup: common installation issues and fixes</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/09/16/windows-7-sdk-setup-common-installation-issues-and-fixes.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/09/16/windows-7-sdk-setup-common-installation-issues-and-fixes.aspx</id><published>2009-09-16T23:05:00Z</published><updated>2009-09-16T23:05:00Z</updated><content type="html">&lt;P&gt;This post describes common installation problems with the &lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/released-windows-sdk-for-windows-7-and-net-framework-3-5-sp1.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/released-windows-sdk-for-windows-7-and-net-framework-3-5-sp1.aspx"&gt;Windows SDK for Windows 7 and .NET Framework 3.5 SP1&lt;/A&gt; (released August 2009), and workarounds for each issue. The Windows SDK for Windows 7 is available for download in both &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1"&gt;ISO&lt;/A&gt; and &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505"&gt;Web Setup&lt;/A&gt; format.&amp;nbsp; Web setup allows you to install a specific subset of the SDK you select without having to download the entire SDK.&amp;nbsp; The DVD ISO setup allows you to download the entire SDK to install later. &lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Error:&lt;/B&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;During the installation of Windows SDK you receive an error similar to&lt;/P&gt;
&lt;P&gt;&lt;I&gt;An error occurred installing the Microsoft Windows SDK for Windows 7 package. Error: A file that is required cannot be installed because the cabinet file. &lt;/I&gt;&lt;/P&gt;
&lt;P&gt;Or&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Cabinet file does not have correct format&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Cause:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;This error usually occurs when you have a bad download of SDK Components or corrupted files.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Solution:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Running the Windows SDK web setup on some connections can sometimes have issues when downloading the files.&amp;nbsp; We recommend that you clear the %temp%\sdksetup directory and retry your web setup. If that fails, switch over to the ISO setup for the Windows SDK.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;For Windows 7 SDK please refer to the download page here &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=71DEB800-C591-4F97-A900-BEA146E4FAE1&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=71DEB800-C591-4F97-A900-BEA146E4FAE1&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=71DEB800-C591-4F97-A900-BEA146E4FAE1&amp;amp;displaylang=en&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Error: &lt;/B&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;When using Web setup to install Windows SDK, you might receive an error similar to &lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"Unable to find the file SDKSetup.cab at the installation source.&amp;nbsp; The most likely..."&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/Windows7SDKSetupcommoninstallationissues_B822/clip_image002_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/Windows7SDKSetupcommoninstallationissues_B822/clip_image002_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=185 alt=clip_image002 src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/Windows7SDKSetupcommoninstallationissues_B822/clip_image002_thumb.jpg" width=426 border=0 mce_src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/Windows7SDKSetupcommoninstallationissues_B822/clip_image002_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;B&gt;Cause:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;This error usually indicates a problem with underlying proxy issues or problems with network connection.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Solution: &lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Verify your network connection and try to install the SDK again. If the problem persists, &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=71DEB800-C591-4F97-A900-BEA146E4FAE1&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=71DEB800-C591-4F97-A900-BEA146E4FAE1&amp;amp;displaylang=en"&gt;download the ISO&lt;/A&gt; instead of using the Web Setup.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Error:&lt;/B&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;During the Windows SDK installation you encounter an error similar to&lt;/P&gt;
&lt;P&gt;&lt;I&gt;"A problem occurred while installing selected Windows SDK components.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Installation of the "Microsoft Windows SDK XXXXXX" product has reported the following error: Fatal error during&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Installation."&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Cause 1:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;You are installing Windows SDK to a non fixed physical hard drive like a RAM/USB hard drive.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Solution:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Please change the install location of the Windows SDK during install options and install Windows SDK to a fixed physical hard drive.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Cause 2:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Network Connection is lost during installation when using web setup.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Solution: &lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Re try the Windows SDK installation and switch to &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=71DEB800-C591-4F97-A900-BEA146E4FAE1&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=71DEB800-C591-4F97-A900-BEA146E4FAE1&amp;amp;displaylang=en"&gt;ISO install&lt;/A&gt; if the problem persists.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Cause 3:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;User cancelled the installation&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Solution:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Reinstall Windows SDK either from &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&amp;amp;displaylang=en"&gt;Web Setup&lt;/A&gt; or &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=71DEB800-C591-4F97-A900-BEA146E4FAE1&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=71DEB800-C591-4F97-A900-BEA146E4FAE1&amp;amp;displaylang=en"&gt;ISO downloads&lt;/A&gt;.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Error:&lt;/B&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;During an attempt to install Windows SDK you receive an error similar to &lt;/P&gt;
&lt;P&gt;&lt;I&gt;A problem occurred while installing selected Windows SDK components.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Cause:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;This error usually occurs when you have a corrupted Document Explorer installation.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Solution:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Uninstall the document explorer and re try the Windows SDK Installation.&lt;/P&gt;
&lt;P&gt;If uninstalling Document explorer fails with errors similar to “Unable to open key” please refer to the solution explained &lt;A href="http://ctrlf5.net/?p=184" mce_href="http://ctrlf5.net/?p=184"&gt;here&lt;/A&gt; to uninstall Document Explorer.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Error:&lt;/B&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;When installing using an ISO download you receive an error similar to &lt;/P&gt;
&lt;P&gt;&lt;I&gt;“Setup could not find the file WinSDK_amd64\WinSDK_amd64.msi at any of the specified source locations”.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Cause:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;This problem usually occurs when you are installing from an ISO build for a different architecture.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Solution:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Windows SDK now have different ISO’s for different architectures. Please download the correct ISO based on your system platform and architecture type.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Error:&lt;/B&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;An attempt to install Windows SDK might fail with the following error&lt;/P&gt;
&lt;P&gt;&lt;I&gt;A problem occurred while installing selected Windows SDK components. &lt;BR&gt;Unknown product: {E28FB85C-8E3E-4E12-B1E6-58A3AFC0AFB4} &lt;BR&gt;Parameter name: productCode&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Cause:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Document Explorer has shared component dependencies which break if you delete VS 2008 or Windows SDK files/registry entries manually. If these Files/Registry entries are deleted manually, Document Explorer installer will not be able to access its installer components.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Solution:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Uninstall Document Explorer and retry installing Windows SDK. If you are experiencing problems uninstalling Document explorer please refer to the blog post here &lt;A href="http://ctrlf5.net/?p=184" mce_href="http://ctrlf5.net/?p=184"&gt;http://ctrlf5.net/?p=184&lt;/A&gt;.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Error:&lt;/B&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;An attempt to uninstall earlier Versions of Windows SDK may fail and Windows SDK setup reports error similar to &lt;/P&gt;
&lt;P&gt;“&lt;I&gt;Unable to find required source files in any of the source locations&lt;/I&gt;”.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Cause:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Some earlier versions of Windows SDK like the Windows SDK for Windows Server 2008, require source files to be able to uninstall the SDK. Windows SDK for Windows 7 does not require the source file to be able to uninstall.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Solution:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Download installer cleanup utility from &lt;A href="http://support.microsoft.com/kb/290301" mce_href="http://support.microsoft.com/kb/290301"&gt;http://support.microsoft.com/kb/290301&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select All Windows SDK related packed with the version number you are trying to remove. &lt;/P&gt;
&lt;P&gt;a.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Also select VCRedist and Document Explorer packages with the Windows SDK Version number. Do not select VcRedist/Document Explorer packages that have a different version number&lt;/P&gt;
&lt;P&gt;b.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Also Select Windows SDK .Net Development tools (It has .Net version number, something like 3.5.XXXXX)&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Remove the selected packages&lt;/P&gt;
&lt;P&gt;With this method, you will remove the installer cache, but the physical files remain on the disk. These will mostly get overwritten by the latest SDK but the behavior is not guaranteed.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Error:&lt;/B&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;When installing Windows SDK, you receive an error similar to&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Unable to install Microsoft Visual C++ (error 1935)&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Cause:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Usually this error occurs when files required by the installer are in use. Most probably the mscoree.dll is in use.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Solution:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Close all the application that are already in use and try the Windows SDK Installation again.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Finding Errors from the SDKSetup log:&lt;/B&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;On each install and uninstall session, SDKSetup creates a descriptive log in the System %temp% folder. (Usually it is C:\Users\UserName\AppData\Local\Temp). When an error occurs during the Windows SDK installation or un-installation, a more descriptive error message is logged towards the end of the log file. The current log file is named similar to SDKSetup_7.0.7000 1800.log and changes based on the Windows SDK you are using. You can also search for “error” within the log to verify if there are another errors during the installation. Ignore messages similar to ‘ErrorDialog = ErrorDialog’ and “Error Status: 0”.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Nanda Lella &lt;BR&gt;Software Development Engineer &lt;BR&gt;Windows C++ &amp;amp; SDK Team &lt;/P&gt;
&lt;P&gt;Send your thoughts to the &lt;STRONG&gt;&lt;A href="mailto:wsdkfdb@microsoft.com"&gt;&lt;FONT color=#006bad&gt;Windows SDK Feedback alias&lt;/FONT&gt;&lt;/A&gt;&lt;/STRONG&gt;.&amp;nbsp; Tell us how you use the SDK and what we can do to improve your development experience. &lt;/P&gt;
&lt;P&gt;The &lt;A href="http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx"&gt;&lt;STRONG&gt;&lt;FONT color=#006bad&gt;MSDN Windows SDK Developer Center&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt; is the place to find resources and links to Windows SDK products, release notes, technical articles, and more.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9896023" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="setup" scheme="http://blogs.msdn.com/windowssdk/archive/tags/setup/default.aspx" /><category term="troubleshooting" scheme="http://blogs.msdn.com/windowssdk/archive/tags/troubleshooting/default.aspx" /><category term="Windows 7 SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7+SDK/default.aspx" /></entry><entry><title>Windows SDK Configuration Tool May Report an Error When OS Display Format is not English</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/08/21/windows-sdk-configuration-tool-may-report-an-error-when-os-display-format-is-not-english.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/08/21/windows-sdk-configuration-tool-may-report-an-error-when-os-display-format-is-not-english.aspx</id><published>2009-08-22T00:33:00Z</published><updated>2009-08-22T00:33:00Z</updated><content type="html">&lt;P&gt;This post describes a problem with the Windows SDK Configuration Tool, which is used to set the version of Windows SDK headers, libraries and tools you wish to build with in the Visual Studio or Windows SDK build environments.&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Issue:&lt;/B&gt; When you launch&amp;nbsp;the Windows SDK Configuration Tool on a system which has Visual Studio 2005 or Visual Studio 2008 and the display format of the operating system is not English, an error may be thrown: “Your system does not have Visual Studio 2005 or Visual Studio 2008 installed."&lt;/P&gt;
&lt;P&gt;This error will occur when the OS is Windows 7, Windows Vista, or Windows Server 2008, and Visual Studio 2005 or Visual Studio 2008 is installed. This error can be reproduced in the Windows 7 SDK and the Windows Server 2008 SDK.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Cause:&lt;/B&gt; With some non-English operating system display formats, the Windows SDK Configuration Tool is unable to parse the version number of Visual Studio&amp;nbsp;as written in the registry.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Solution: &lt;/B&gt;There are two workarounds to the problem:&lt;/P&gt;
&lt;P&gt;(1) Use the command-line version of Windows SDK Configuration Tool to change to the version of the Windows SDK you wish to target.&amp;nbsp; For example to target the Windows 7 SDK go to the Windows SDK prompt by Clicking All Programs -&amp;gt; Select Microsoft Windows SDK v7.0&amp;nbsp;-&amp;gt; Select CMD shell.&amp;nbsp;At the Windows SDK command prompt, type “ WindowsSdkVer.exe -version:v7.0 “ [without quotes]&lt;/P&gt;
&lt;P&gt;(2) Change the OS Display Format to English (United States). Go to Control Panel and navigate to your Regional and Language Options. On the Formats tab ensure English (United States) is selected. You should now be able to use the Windows SDK Configuration Tool to target the appropriate build environment. Note: once you have changed the target you may return your OS Display Format to its original setting.&lt;/P&gt;
&lt;P&gt;Send your thoughts to the &lt;A href="mailto:wsdkfdb@microsoft.com" mce_href="mailto:wsdkfdb@microsoft.com"&gt;&lt;STRONG&gt;&lt;FONT color=#006bad&gt;Windows SDK Feedback alias&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;.&amp;nbsp; Tell us how you use the SDK and what we can do to improve your development experience.&amp;nbsp; The &lt;A href="http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx"&gt;&lt;STRONG&gt;&lt;FONT color=#006bad&gt;MSDN Windows SDK Developer Center&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt; is the place to find resources and links to Windows SDK products, release notes, technical articles, and more.&lt;/P&gt;
&lt;P&gt;Window SDK Team&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9879345" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="Windows SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+SDK/default.aspx" /><category term="Vista" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Vista/default.aspx" /><category term="troubleshooting" scheme="http://blogs.msdn.com/windowssdk/archive/tags/troubleshooting/default.aspx" /><category term="Build Environment" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Build+Environment/default.aspx" /><category term="Visual Studio 2005" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Visual+Studio+2005/default.aspx" /><category term="Visual Studio 2008" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Visual+Studio+2008/default.aspx" /><category term="How-to" scheme="http://blogs.msdn.com/windowssdk/archive/tags/How-to/default.aspx" /><category term="SDK Config Tool" scheme="http://blogs.msdn.com/windowssdk/archive/tags/SDK+Config+Tool/default.aspx" /><category term="Windows 7" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7/default.aspx" /><category term="Windows SDK for Server 2008" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+SDK+for+Server+2008/default.aspx" /><category term="Windows 7 SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7+SDK/default.aspx" /></entry><entry><title>Troubleshooting Windows 7 SDK Download/Install</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/08/10/troubleshooting-windows-7-sdk-download-install.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/08/10/troubleshooting-windows-7-sdk-download-install.aspx</id><published>2009-08-11T01:51:00Z</published><updated>2009-08-11T01:51:00Z</updated><content type="html">&lt;P&gt;This article applies to the Windows SDK for Windows 7 and .NET Framework 3.5 SP1.&amp;nbsp; Read these other posts to &lt;U&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/02/12/troubleshooting-windows-sdk-server-2008-download-install.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/02/12/troubleshooting-windows-sdk-server-2008-download-install.aspx"&gt;troubleshoot issues with the Windows SDK for Server 2008 and .NET Framework 3.5&lt;/A&gt;&lt;/U&gt; or to &lt;A href="http://blogs.msdn.com/karinm/archive/2007/09/01/troubleshooting-sdk-download-setup-problems.aspx" mce_href="http://blogs.msdn.com/karinm/archive/2007/09/01/troubleshooting-sdk-download-setup-problems.aspx"&gt;troubleshoot issues with the Windows SDK Update for Vista and .NET Framework 3.0&lt;/A&gt;.&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The &lt;I&gt;Windows 7 SDK &lt;/I&gt;is available for download in &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1"&gt;ISO&lt;/A&gt; or &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505"&gt;Web Setup&lt;/A&gt; format.&amp;nbsp; Web setup allows you to select a specific subset of the SDK so you do not have to download the entire SDK. The ISO setup allows you to download the entire SDK to burn to disk or a virtual drive, and install later. This release provides three platform-specific ISOs.&amp;nbsp; Choose the ISO that matches the CPU platform (x86, x64, or Itanium) that you are installing on.&amp;nbsp; If you are having problems downloading the correct ISO from the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1&amp;amp;displaylang=en#top" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1&amp;amp;displaylang=en#top"&gt;Microsoft Download Center&lt;/A&gt;, use these direct links:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://download.microsoft.com/download/2/E/9/2E911956-F90F-4BFB-8231-E292A7B6F287/GRMSDK_EN_DVD.iso" mce_href="http://download.microsoft.com/download/2/E/9/2E911956-F90F-4BFB-8231-E292A7B6F287/GRMSDK_EN_DVD.iso"&gt;Download the X86 version: GRMSDK_EN_DVD.iso&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://download.microsoft.com/download/2/E/9/2E911956-F90F-4BFB-8231-E292A7B6F287/GRMSDKX_EN_DVD.iso" mce_href="http://download.microsoft.com/download/2/E/9/2E911956-F90F-4BFB-8231-E292A7B6F287/GRMSDKX_EN_DVD.iso"&gt;Download the AMD64 version: GRMSDKX_EN_DVD.iso&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://download.microsoft.com/download/2/E/9/2E911956-F90F-4BFB-8231-E292A7B6F287/GRMSDKIAI_EN_DVD.iso" mce_href="http://download.microsoft.com/download/2/E/9/2E911956-F90F-4BFB-8231-E292A7B6F287/GRMSDKIAI_EN_DVD.iso"&gt;Download the Itanium version: GRMSDKIAI_EN_DVD.iso&lt;/A&gt; &lt;BR&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Running the Windows SDK web setup on some connections can sometimes have issues when downloading the files. We recommend that you clear the %temp%\sdksetup directory and retry your web setup. If that fails, switch over to the ISO setup for the Windows SDK.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Typical %temp%\sdksetup directory:&lt;/P&gt;
&lt;P&gt;On Windows Vista or Windows 7: C:\%user%\AppData\Local\Temp\ SDKSetup_7.0.6918.0.log &lt;BR&gt;On Windows XP: C:\Documents and Settings\%User%\Local Settings\ SDKSetup_7.0.6918.0.log&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Get the Web Install of the Windows SDK for Windows 7 &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Get the ISO Downloads of the Windows SDK for Windows 7 &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;B&gt;About ISO image files &lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Many products are posted as &lt;A href="http://en.wikipedia.org/wiki/Iso_file" mce_href="http://en.wikipedia.org/wiki/Iso_file"&gt;ISO image files&lt;/A&gt;.&amp;nbsp; An ISO file is an exact representation of a CD or DVD, including the content and the logical format. ISO files end with an &lt;B&gt;.ISO&lt;/B&gt; extension.&amp;nbsp; The most common use of an image file is to write it to a blank CD-R or DVD-R. ISO image files can also be opened and their contents copied to a local folder, much like ZIP files. ISO files may also be virtually mounted and accessed as a device. These two methods of using ISO images are described below. &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Copying the contents of ISO files to a drive&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;The contents of image files can be used as virtual discs using utilities such as &lt;A href="http://www.isobuster.com/" mce_href="http://www.isobuster.com/"&gt;ISObuster&lt;/A&gt;, &lt;A href="http://www.daemon-tools.cc/dtcc/index.php" mce_href="http://www.daemon-tools.cc/dtcc/index.php"&gt;Daemon Tools&lt;/A&gt; or &lt;A href="http://www.slysoft.com/" mce_href="http://www.slysoft.com/"&gt;Virtual CloneDrive&lt;/A&gt; for Windows. Using this method you can extract the files from an image file to a temporary folder on your hard drive, then run setup. &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Writing ISO files to CD-R or DVD-R&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Most CD-R/DVD-R writing software includes a feature to create a disc from an image file. Note: you must use the special "copy image to CD" or "burn image" functionality. See your software’s Help for detailed information. Common utilities for writing ISO file to recordable media such as DVD-R include &lt;A href="http://www.nero.com/" mce_href="http://www.nero.com/"&gt;Nero&lt;/A&gt; and &lt;A href="http://www.roxio.com/" mce_href="http://www.roxio.com/"&gt;Roxio&lt;/A&gt;. In Windows 7, you can burn an&lt;S&gt;d&lt;/S&gt; ISO by right-clicking the .iso file and selecting “Burn disc image”.&amp;nbsp; After a CD/DVD-R has been written, you should verify that the file was successfully written. Many freeware programs are available for calculating the SDK &lt;A href="http://en.wikipedia.org/wiki/SHA_hash_functions" mce_href="http://en.wikipedia.org/wiki/SHA_hash_functions"&gt;SHA-1&lt;/A&gt; hash value.&amp;nbsp; Use an Internet search engine to search for “sha1 hash” to find a freeware program.&amp;nbsp; Windows SDK for Windows 7 verification information:&lt;/P&gt;
&lt;P&gt;&lt;B&gt;File Name:&lt;/B&gt; GRMSDK_EN_DVD1.iso &lt;BR&gt;&lt;B&gt;Chip:&lt;/B&gt; X86 &lt;BR&gt;&lt;B&gt;CRC#:&lt;/B&gt; 0xCA4FE79D &lt;BR&gt;&lt;B&gt;SHA1:&lt;/B&gt; 0x8695F5E6810D84153181695DA78850988A923F4E &lt;BR&gt;================================================ &lt;BR&gt;&lt;B&gt;File Name:&lt;/B&gt; GRMSDKX_EN_DVD1.iso &lt;BR&gt;&lt;B&gt;Chip:&lt;/B&gt; AMD64 &lt;BR&gt;&lt;B&gt;CRC#: &lt;/B&gt;0xB417A4F7 &lt;BR&gt;&lt;B&gt;SHA1:&lt;/B&gt; 0x3393C98B8468CB3505557854922707510F8B65E1 &lt;BR&gt;================================================ &lt;BR&gt;&lt;B&gt;File Name:&lt;/B&gt; GRMSDKIAI_EN_DVD1.iso &lt;BR&gt;&lt;B&gt;Chip:&lt;/B&gt; Itanium &lt;BR&gt;&lt;B&gt;CRC#:&lt;/B&gt; 0x5E0E4BEA &lt;BR&gt;&lt;B&gt;SHA1:&lt;/B&gt; 0xAE454215585A044EBE593E9F71FF1A4BC03D56A8 &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Other Resources&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Windows SDK Online Release Notes &lt;A href="http://download.microsoft.com/download/8/8/0/8808A472-6450-4723-9C87-977069714B27/ReleaseNotes_Win7RTMSDK.Htm" mce_href="http://download.microsoft.com/download/8/8/0/8808A472-6450-4723-9C87-977069714B27/ReleaseNotes_Win7RTMSDK.Htm"&gt;http://download.microsoft.com/download/8/8/0/8808A472-6450-4723-9C87-977069714B27/ReleaseNotes_Win7RTMSDK.Htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Windows SDK blog &lt;A href="http://blogs.msdn.com/windowssdk" mce_href="http://blogs.msdn.com/windowssdk"&gt;http://blogs.msdn.com/windowssdk&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Windows SDK MSDN Developer Center &lt;A href="http://msdn.microsoft.com/en-us/windowsserver/bb980924.aspx" mce_href="http://msdn.microsoft.com/en-us/windowsserver/bb980924.aspx"&gt;http://msdn.microsoft.com/en-us/windowsserver/bb980924.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Windows SDK Developer Forum &lt;A href="http://social.msdn.microsoft.com/forums/en-US/windowssdk/threads/" mce_href="http://social.msdn.microsoft.com/forums/en-US/windowssdk/threads/"&gt;http://social.msdn.microsoft.com/forums/en-US/windowssdk/threads/&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9863602" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="setup" scheme="http://blogs.msdn.com/windowssdk/archive/tags/setup/default.aspx" /><category term="troubleshooting" scheme="http://blogs.msdn.com/windowssdk/archive/tags/troubleshooting/default.aspx" /><category term="How-to" scheme="http://blogs.msdn.com/windowssdk/archive/tags/How-to/default.aspx" /><category term="Windows 7" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7/default.aspx" /><category term="Windows 7 SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7+SDK/default.aspx" /></entry><entry><title>Installing Windows SDK for Server 2008 (v6.1) after VS2008 SP1 causes conflicts with Security Update (KB971092)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/installing-windows-sdk-for-server-2008-v6-1-after-vs2008-sp1-causes-conflicts-with-security-update-kb971092.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/08/07/installing-windows-sdk-for-server-2008-v6-1-after-vs2008-sp1-causes-conflicts-with-security-update-kb971092.aspx</id><published>2009-08-07T23:57:00Z</published><updated>2009-08-07T23:57:00Z</updated><content type="html">&lt;P&gt;&lt;B&gt;Issue&lt;/B&gt;: If you install the &lt;I&gt;Windows SDK for Windows Server 2008 and .NET Framework 3.5&lt;/I&gt;, on top of Visual Studio 2008 Service Pack1, some CRT files will revert&amp;nbsp; back to RTM version.&amp;nbsp; (&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/windows-sdk-for-server-2008-v6-1-overwrites-vs2008-sp1-crt-files.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/windows-sdk-for-server-2008-v6-1-overwrites-vs2008-sp1-crt-files.aspx"&gt;See this post for more information about this issue&lt;/A&gt;) This can cause conflicts when you install patches or updates such as the &lt;I&gt;&lt;A href="http://support.microsoft.com/kb/971092" mce_href="http://support.microsoft.com/kb/971092"&gt;Security Update for Microsoft Visual Studio 2008 Service Pack 1: July 28, 2009 (KB971092)&lt;/A&gt;&lt;/I&gt;, which may lead to compile errors similar to this:&lt;/P&gt;
&lt;P&gt;· error C2039: '_Swap_adl' : is not a member of 'std'&amp;nbsp;&amp;nbsp;&amp;nbsp; c:\program files\microsoft visual studio 9.0\vc\include\xutility&amp;nbsp;&amp;nbsp;&amp;nbsp; 2764&lt;/P&gt;
&lt;P&gt;· error C3861: '_Swap_adl': identifier not found&amp;nbsp;&amp;nbsp;&amp;nbsp; c:\program files\microsoft visual studio 9.0\vc\include\xutility&amp;nbsp;&amp;nbsp;&amp;nbsp; 2764&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Cause&lt;/B&gt;: This problem occurs when you install the &lt;I&gt;Windows SDK for Windows Server 2008 and .NET Framework 3.5&lt;/I&gt; on top of a post-RTM Visual Studio 2008 Service Pack, Feature Pack, or QFE. Visual Studio 2008 and the Windows SDK share compiler and CRT packages. Because the Windows SDK v6.1 includes the RTM version of the CRT, installing the Windows SDK second causes any non-versioned CRT files to be reverted back to Visual Studio 2008 RTM version.&amp;nbsp; When you install a service patch, the patch will assume that all the SP1 files are still present.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Workaround&lt;/B&gt;: Ensure that you are using the Visual Studio 2008 SP1 version of the CRT by installing the &lt;I&gt;Windows SDK for Windows Server 2008 and .NET Framework 3.5&lt;/I&gt; &lt;B&gt;first&lt;/B&gt;, then re-installing Visual Studio 2008 SP1.&amp;nbsp; Then you can apply the Security Update.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Caution: Running “Repair” on the Windows SDK will cause the CRT files to go back to RTM state and should be avoided.&lt;/P&gt;
&lt;P&gt;Karin Meier-Magruder &lt;BR&gt;Program Manager &lt;BR&gt;Windows SDK Team&lt;/P&gt;
&lt;P&gt;Send your thoughts to the &lt;STRONG&gt;&lt;A href="mailto:wsdkfdb@microsoft.com"&gt;&lt;FONT color=#006bad&gt;Windows SDK Feedback alias&lt;/FONT&gt;&lt;/A&gt;&lt;/STRONG&gt;.&amp;nbsp; Tell us how you use the SDK and what we can do to improve your development experience. &lt;/P&gt;
&lt;P&gt;The &lt;A href="http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx"&gt;&lt;STRONG&gt;&lt;FONT color=#006bad&gt;MSDN Windows SDK Developer Center&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt; is the place to find resources and links to Windows SDK products, release notes, technical articles, and more.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9860665" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="troubleshooting" scheme="http://blogs.msdn.com/windowssdk/archive/tags/troubleshooting/default.aspx" /><category term="Visual Studio 2008" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Visual+Studio+2008/default.aspx" /><category term="Windows SDK for Server 2008" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+SDK+for+Server+2008/default.aspx" /><category term="C++" scheme="http://blogs.msdn.com/windowssdk/archive/tags/C_2B002B00_/default.aspx" /></entry><entry><title>Windows SDK for Server 2008 (v6.1) overwrites VS2008 SP1 CRT files</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/windows-sdk-for-server-2008-v6-1-overwrites-vs2008-sp1-crt-files.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/08/07/windows-sdk-for-server-2008-v6-1-overwrites-vs2008-sp1-crt-files.aspx</id><published>2009-08-07T23:53:00Z</published><updated>2009-08-07T23:53:00Z</updated><content type="html">&lt;P&gt;&lt;B&gt;Issue&lt;/B&gt;: If you install the &lt;I&gt;Windows SDK for Windows Server 2008 and .NET Framework 3.5&lt;/I&gt;, on top of any post-RTM Visual Studio update (such as a Service Pack or Feature Pack), some CRT&amp;nbsp; files will be reverted&amp;nbsp; back to RTM version.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Cause&lt;/B&gt;: This problem occurs when you install the &lt;I&gt;Windows SDK for Windows Server 2008 and .NET Framework 3.5&lt;/I&gt; on top of any post-RTM Visual Studio update (such as a Service Pack or Feature Pack). Visual Studio 2008 and the Windows SDK share compiler and CRT packages. The Windows SDK v6.1 includes the RTM version of the CRT. Installing the Windows SDK on top of VS causes any non-versioned CRT files to be reverted back to Visual Studio 2008 RTM version.&amp;nbsp; When you install a service patch, the patch will assume that all the SP1 files are still present.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Workaround&lt;/B&gt;: Ensure that you are using the Visual Studio 2008 SP1 version of the CRT by installing the &lt;I&gt;Windows SDK for Windows Server 2008 and .NET Framework 3.5&lt;/I&gt; &lt;B&gt;first&lt;/B&gt;, then installing Visual Studio 2008 SP1.&amp;nbsp; Then you can apply any security updates or patches.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Caution: Running “Repair” on the Windows SDK will cause the CRT files to go back to RTM state and should be avoided.&lt;/P&gt;
&lt;P&gt;Karin Meier-Magruder &lt;BR&gt;Program Manager &lt;BR&gt;Windows SDK Team&lt;/P&gt;
&lt;P&gt;Send your thoughts to the &lt;STRONG&gt;&lt;A href="mailto:wsdkfdb@microsoft.com"&gt;&lt;FONT color=#006bad&gt;Windows SDK Feedback alias&lt;/FONT&gt;&lt;/A&gt;&lt;/STRONG&gt;.&amp;nbsp; Tell us how you use the SDK and what we can do to improve your development experience. &lt;/P&gt;
&lt;P&gt;The &lt;A href="http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx"&gt;&lt;STRONG&gt;&lt;FONT color=#006bad&gt;MSDN Windows SDK Developer Center&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt; is the place to find resources and links to Windows SDK products, release notes, technical articles, and more.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9860662" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author></entry><entry><title>Using the Win 7 SDK Build Environment with VS 2008</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/using-the-win-7-sdk-build-environment-with-vs-2008.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/08/07/using-the-win-7-sdk-build-environment-with-vs-2008.aspx</id><published>2009-08-07T20:50:00Z</published><updated>2009-08-07T20:50:00Z</updated><content type="html">&lt;P&gt;Changes have been made to the Windows SDK build environment and how the SDK interacts with MSBUILD and Visual Studio 2008.&amp;nbsp;&amp;nbsp; This post applies to the RTM release of the &lt;I&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/released-windows-sdk-for-windows-7-and-net-framework-3-5-sp1.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/released-windows-sdk-for-windows-7-and-net-framework-3-5-sp1.aspx"&gt;Windows SDK for Windows 7 and .NET Framework 3.5 SP1&lt;/A&gt;&lt;/I&gt;.&amp;nbsp; &lt;S&gt;&lt;/S&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;What changed with the Windows SDK for Windows 7?&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;The Windows SDK for Server 2008 sets a registry key upon installation to identify the SDK as the “current” SDK to use when building.&amp;nbsp; This key is used by the VC++ toolset in both Visual Studio 2008 and in the Windows SDK build environment:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;On an X86 computer: HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows &lt;/LI&gt;
&lt;LI&gt;On an X64 or IA64 computer: HKLM\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The Windows SDK for Windows 7 does not set this key during installation in order to avoid unexpected changes to Visual Studio 2008.&amp;nbsp; To set the Windows SDK used by Visual Studio, use the Windows SDK Configuration Tool.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Out-of-the-box experience with the Windows SDK for Windows 7 &lt;/B&gt;&lt;/P&gt;
&lt;P&gt;If you install the Windows SDK for Windows 7 on a clean computer and create an application with the &lt;B&gt;&lt;I&gt;SDK build environment&lt;/I&gt;&lt;/B&gt;, the SDK will use the Windows 7 headers, libraries and tools that are included with the SDK. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/UsingtheWin7SDKBuildEnvironmentwithVS200_96DD/clip_image001_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/UsingtheWin7SDKBuildEnvironmentwithVS200_96DD/clip_image001_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=131 alt=clip_image001 src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/UsingtheWin7SDKBuildEnvironmentwithVS200_96DD/clip_image001_thumb.jpg" width=590 border=0 mce_src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/UsingtheWin7SDKBuildEnvironmentwithVS200_96DD/clip_image001_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If Visual Studio 2008 is installed, MSBuild and/or VCBuild will default to the headers, libraries and tools that have been previously integrated with Visual Studio 2008, in most cases, this is the (Vista-level) Windows SDK v6.0a. If this is the case, the Windows SDK build environment will display a warning when launched.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/UsingtheWin7SDKBuildEnvironmentwithVS200_96DD/clip_image002_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/UsingtheWin7SDKBuildEnvironmentwithVS200_96DD/clip_image002_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=264 alt=clip_image002 src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/UsingtheWin7SDKBuildEnvironmentwithVS200_96DD/clip_image002_thumb.jpg" width=609 border=0 mce_src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/UsingtheWin7SDKBuildEnvironmentwithVS200_96DD/clip_image002_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;How to use the Windows SDK for Windows 7 headers, libraries and tools with Visual Studio 2008&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Use the Windows SDK Configuration Tool to set the Windows 7 SDK as the “current” SDK for MSBuild and VCBuild. This will update the Windows 7 SDK build environment and the Visual Studio 2008 IDE build environment to use the Windows 7 SDK headers, libraries and tools.&amp;nbsp; You can also use this tool to switch it back again. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/UsingtheWin7SDKBuildEnvironmentwithVS200_96DD/clip_image003_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/UsingtheWin7SDKBuildEnvironmentwithVS200_96DD/clip_image003_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=331 alt=clip_image003 src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/UsingtheWin7SDKBuildEnvironmentwithVS200_96DD/clip_image003_thumb.jpg" width=359 border=0 mce_src="http://blogs.msdn.com/blogfiles/windowssdk/WindowsLiveWriter/UsingtheWin7SDKBuildEnvironmentwithVS200_96DD/clip_image003_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To run the GUI version of the Windows SDK Configuration Tool, go to Start, All Programs, Microsoft Windows SDK v7.0, Visual Studio Registration, Windows SDK Configuration Tool.&lt;S&gt; &lt;/S&gt;&lt;/P&gt;
&lt;P&gt;Send your thoughts to the &lt;A href="mailto:wsdkfdb@microsoft.com" mce_href="mailto:wsdkfdb@microsoft.com"&gt;Windows SDK Feedback alias&lt;/A&gt;.&amp;nbsp; Tell us how you use the SDK and what we can do to improve your development experience.&amp;nbsp; The &lt;A href="http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx"&gt;&lt;STRONG&gt;&lt;FONT color=#006bad&gt;MSDN Windows SDK Developer Center&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt; is the place to find resources and links to Windows SDK products, release notes, technical articles, and more.&lt;/P&gt;
&lt;P&gt;Karin Meier-Magruder &lt;BR&gt;Program Manager &lt;BR&gt;Windows SDK Team&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9860456" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="Windows SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+SDK/default.aspx" /><category term="Build Environment" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Build+Environment/default.aspx" /><category term="Visual Studio 2008" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Visual+Studio+2008/default.aspx" /><category term="How-to" scheme="http://blogs.msdn.com/windowssdk/archive/tags/How-to/default.aspx" /><category term="SDK Config Tool" scheme="http://blogs.msdn.com/windowssdk/archive/tags/SDK+Config+Tool/default.aspx" /><category term="Windows 7" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7/default.aspx" /><category term="Windows 7 SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7+SDK/default.aspx" /><category term="C++" scheme="http://blogs.msdn.com/windowssdk/archive/tags/C_2B002B00_/default.aspx" /></entry><entry><title>Released: Windows SDK for Windows 7 and .NET Framework 3.5 SP1</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/released-windows-sdk-for-windows-7-and-net-framework-3-5-sp1.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/08/07/released-windows-sdk-for-windows-7-and-net-framework-3-5-sp1.aspx</id><published>2009-08-07T19:42:00Z</published><updated>2009-08-07T19:42:00Z</updated><content type="html">&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;The RTM release of the &lt;I&gt;Windows SDK for Windows 7 and .NET Framework 3.5 SP1&lt;/I&gt; is now available for download in both &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1"&gt;&lt;FONT size=3&gt;ISO&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt; and &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505"&gt;&lt;FONT size=3&gt;Web Setup&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt; format.&amp;nbsp; Web setup allows you to install a specific subset of the SDK you select without having to download the entire SDK.&amp;nbsp;&amp;nbsp;The DVD ISO setup allows you to download the entire SDK to install later.&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;This release of the SDK provides three ISO choices.&amp;nbsp;&amp;nbsp;Choosethe ISO that matches CPU platform (x86, x64, or Itanium) that&amp;nbsp;you are installing on. Each ISO will allow you to build applications that target all CPU platforms.&amp;nbsp; Thus if you install the x86 ISO (which only installs on x86 platforms), you will be able to create applications targeting x86, x64, and Itanium.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;If you are having problems downloading the correct ISO from the &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1&amp;amp;displaylang=en#top"&gt;&lt;FONT color=#669966 size=3&gt;Microsoft Download Center&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;, use these direct links: &lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://download.microsoft.com/download/2/E/9/2E911956-F90F-4BFB-8231-E292A7B6F287/GRMSDK_EN_DVD.iso"&gt;&lt;FONT color=#669966 size=3&gt;Download the X86 version: GRMSDK_EN_DVD.iso&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt; &lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://download.microsoft.com/download/2/E/9/2E911956-F90F-4BFB-8231-E292A7B6F287/GRMSDKX_EN_DVD.iso"&gt;&lt;FONT color=#669966 size=3&gt;Download the AMD64 version: GRMSDKX_EN_DVD.iso&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt; &lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://download.microsoft.com/download/2/E/9/2E911956-F90F-4BFB-8231-E292A7B6F287/GRMSDKIAI_EN_DVD.iso"&gt;&lt;FONT color=#669966 size=3&gt;Download the Itanium version: GRMSDKIAI_EN_DVD.iso&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;BR&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Times New Roman','serif'; mso-ansi-language: EN"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Times New Roman','serif'; mso-ansi-language: EN"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN lang=EN style="COLOR: black; mso-ansi-language: EN"&gt;Platform Compatibility:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT size=3&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;This release of the Windows SDK is compatible with &lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: #365f91; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;A href="http://www.microsoft.com/windows/windows-7/default.aspx" mce_href="http://www.microsoft.com/windows/windows-7/default.aspx"&gt;Windows 7&lt;/A&gt;, &amp;nbsp;&lt;A href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx" mce_href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx"&gt;Windows Server 2008 R2&lt;/A&gt;, &amp;nbsp;&lt;A href="http://www.microsoft.com/windowsserver2008/default.mspx" mce_href="http://www.microsoft.com/windowsserver2008/default.mspx"&gt;&lt;SPAN style="COLOR: #365f91"&gt;Windows Server 2008&lt;/SPAN&gt;&lt;/A&gt;, .&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7&amp;amp;DisplayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7&amp;amp;DisplayLang=en"&gt;NET Framework 3.5 Service Pack 1&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;, &lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: #365f91; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;A href="http://www.microsoft.com/windows/windows-vista/default.aspx" mce_href="http://www.microsoft.com/windows/windows-vista/default.aspx"&gt;Windows Vista&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;, and &lt;A href="http://www.microsoft.com/windows/windows-xp/" mce_href="http://www.microsoft.com/windows/windows-xp/"&gt;Windows XP&lt;/A&gt;.&lt;/SPAN&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;Visual Studio Compatibility:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT size=3&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;This release of the Windows SDK is compatible with&lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: #365f91; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt; &lt;A href="http://www.microsoft.com/visualstudio/en-us/default.mspx" mce_href="http://www.microsoft.com/visualstudio/en-us/default.mspx"&gt;Visual Studio 2008 SP1&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: #0070c0; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;;&lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt; including &lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: #365f91; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;A href="http://www.microsoft.com/express/" mce_href="http://www.microsoft.com/express/"&gt;&lt;SPAN style="COLOR: #365f91"&gt;Visual Studio Express Editions&lt;/SPAN&gt;&lt;/A&gt;.&lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt; &amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;What’s New:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT size=3&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;Please check out the top-level &lt;I&gt;Getting Started&lt;/I&gt; section in the SDK documentation for a full description of what’s new in the SDK as well as recent posts to this blog – such as &lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-user-interface.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-user-interface.aspx"&gt;New Win32 Samples in Windows SDK for Windows 7: Windows User Interface&lt;/A&gt;&lt;SPAN style="COLOR: #984806"&gt; &lt;/SPAN&gt;or&lt;SPAN style="COLOR: #984806"&gt; &lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/14/new-tools-in-windows-sdk-for-windows-7.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/07/14/new-tools-in-windows-sdk-for-windows-7.aspx"&gt;New Tools in Windows SDK for Windows 7&lt;/A&gt;.&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="COLOR: black; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;Troubleshooting:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;If you are having problems downloading or installing this SDK, read&lt;SPAN style="COLOR: #984806; mso-themecolor: accent6; mso-themeshade: 128"&gt; &lt;/SPAN&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/08/10/troubleshooting-windows-7-sdk-download-install.aspx"&gt;&lt;FONT color=#0000ff&gt;Troubleshooting Windows 7 SDK Download/Install&lt;/FONT&gt;&lt;/A&gt;.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT size=3&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #984806; mso-themecolor: accent6; mso-themeshade: 128"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;Learn More:&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT size=3&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;Stayed tuned to the &lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: #365f91; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/" mce_href="http://blogs.msdn.com/windowssdk/"&gt;&lt;SPAN style="COLOR: #365f91"&gt;Windows SDK blog&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt; as well as the &lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: #365f91; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;A href="http://msdn2.microsoft.com/en-us/windowsserver/bb980924.aspx" mce_href="http://msdn2.microsoft.com/en-us/windowsserver/bb980924.aspx"&gt;&lt;SPAN style="COLOR: #365f91"&gt;Windows SDK MSDN Developer Center&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt; over the coming weeks for more information about the Windows SDK. &amp;nbsp;As always, please look over the &lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: #365f91; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;A href="http://download.microsoft.com/download/8/8/0/8808A472-6450-4723-9C87-977069714B27/ReleaseNotes_Win7RTMSDK.Htm" mce_href="http://download.microsoft.com/download/8/8/0/8808A472-6450-4723-9C87-977069714B27/ReleaseNotes_Win7RTMSDK.Htm"&gt;&lt;SPAN style="COLOR: #365f91"&gt;Release Notes&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt; for a description of known issues before you install the SDK.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;Thank you,&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;Barry R. Butterklee&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;Windows SDK Release PM&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="COLOR: black; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN"&gt;Send your thoughts to the &lt;STRONG&gt;&lt;A href="mailto:wsdkfdb@microsoft.com"&gt;&lt;FONT color=#006bad&gt;Windows SDK Feedback alias&lt;/FONT&gt;&lt;/A&gt;&lt;/STRONG&gt;.&amp;nbsp; Tell us how you use the SDK and what we can do to improve your development experience. &lt;/P&gt;
&lt;P&gt;The &lt;A href="http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx"&gt;&lt;STRONG&gt;&lt;FONT color=#006bad&gt;MSDN Windows SDK Developer Center&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt; is the place to find resources and links to Windows SDK products, release notes, technical articles, and more.&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9860399" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/SDK/default.aspx" /><category term="Windows SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+SDK/default.aspx" /><category term="RELEASED" scheme="http://blogs.msdn.com/windowssdk/archive/tags/RELEASED/default.aspx" /><category term="Windows 7" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7/default.aspx" /><category term="Windows 7 SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7+SDK/default.aspx" /></entry><entry><title>New Win32 Samples in Windows SDK for Windows 7: Communication</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/07/23/new-win32-samples-in-windows-sdk-for-windows-7-communication.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/07/23/new-win32-samples-in-windows-sdk-for-windows-7-communication.aspx</id><published>2009-07-23T02:30:00Z</published><updated>2009-07-23T02:30:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;This is the post number 11, the final article&amp;nbsp;in a series that describes new and updated samples in the Windows 7 SDK.&amp;nbsp; The following is a new COM+ Spy sample that was updated to support Windows 7.&amp;nbsp;&amp;nbsp; &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;See also:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/02/new-win32-samples-in-windows-sdk-for-windows-7-networking-and-related-services.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/07/02/new-win32-samples-in-windows-sdk-for-windows-7-networking-and-related-services.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Networking and Related Services&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/02/new-win32-samples-in-windows-sdk-for-windows-7-multimedia.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/07/02/new-win32-samples-in-windows-sdk-for-windows-7-multimedia.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Multimedia&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/06/new-win32-samples-in-windows-sdk-for-windows-7-security.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/07/06/new-win32-samples-in-windows-sdk-for-windows-7-security.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Security&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/07/new-win32-samples-in-windows-sdk-for-windows-7-systems-management.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/07/07/new-win32-samples-in-windows-sdk-for-windows-7-systems-management.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Systems Management&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/09/new-win32-samples-in-windows-sdk-for-windows-7-open-packaging-conventions-opc.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/07/09/new-win32-samples-in-windows-sdk-for-windows-7-open-packaging-conventions-opc.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Open Packaging Conventions (OPC)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/09/new-win32-samples-in-windows-sdk-for-windows-7-tablet-pc-and-multitouch.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/07/09/new-win32-samples-in-windows-sdk-for-windows-7-tablet-pc-and-multitouch.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Tablet PC and MultiTouch&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/13/new-win32-samples-in-windows-sdk-for-windows-7-web.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/07/13/new-win32-samples-in-windows-sdk-for-windows-7-web.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Web&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-weight: bold"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/15/new-win32-samples-in-windows-sdk-for-windows-7-windows-base.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/07/15/new-win32-samples-in-windows-sdk-for-windows-7-windows-base.aspx"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Windows Base&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-weight: bold"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-user-interface.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-user-interface.aspx"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Windows User Interface&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-weight: bold"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-xml-paper-specification-xps.aspx" mce_href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-xml-paper-specification-xps.aspx"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Windows XML Paper Specification (XPS) &lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;Over 1,200 samples were changed since the release of the Windows SDK for Windows 7 RC release. Many “new to Win 7” samples were added, simplified, or extended, and many older samples were updated to support Windows 7 as well as older operating systems.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;For build instructions and additional information about the samples, see the Readme.txt files and other documents in the SDK sample folders. For general sample building instructions, refer to the Samples Reference page that installs with the Windows SDK, and the SDK Release Notes (under the Start menu, in All Programs &amp;gt; Microsoft Windows SDK v7.0). By default, Win32 samples are installed under the following path: C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;Send your thoughts to the &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="mailto:wsdkfdb@microsoft.com" mce_href="mailto:wsdkfdb@microsoft.com"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;Windows SDK Feedback alias&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;.&amp;nbsp; Tell us how you use the SDK and what we can do to improve your development experience.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;Updated Com+ Spy sample in the Windows SDK for Windows 7&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in" cellSpacing=0 cellPadding=0 border=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: black 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 73.65pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=98&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: 115%"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt; LINE-HEIGHT: 115%"&gt;&lt;FONT face=Calibri&gt;Sample &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: black 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 278.25pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=371&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: 115%"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt; LINE-HEIGHT: 115%"&gt;&lt;FONT face=Calibri&gt;Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: black 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 126.9pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=169&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: 115%"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt; LINE-HEIGHT: 115%"&gt;&lt;FONT face=Calibri&gt;Install Location&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 1; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 73.65pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=98&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: 115%"&gt;&lt;SPAN style="FONT-SIZE: 9pt; LINE-HEIGHT: 115%"&gt;&lt;FONT face=Calibri&gt;COM+ Spy&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 278.25pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=371&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: 115%"&gt;&lt;SPAN style="FONT-SIZE: 9pt; LINE-HEIGHT: 115%"&gt;&lt;FONT face=Calibri&gt;The COM+ system event publisher publishes events using COM+ LCE services. The COMSpy sample application provides an example of a program which subscribes to these published events. COMSpy Demonstrates what is going on inside a COM+ process by displaying and logging event metrics.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 126.9pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=169&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: 115%"&gt;&lt;SPAN style="FONT-SIZE: 9pt; LINE-HEIGHT: 115%"&gt;&lt;FONT face=Calibri&gt;com\administration&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Karin Meier-Magruder&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Program Manager for Samples&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT face=Calibri&gt;Windows SDK Team&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9845425" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="samples" scheme="http://blogs.msdn.com/windowssdk/archive/tags/samples/default.aspx" /><category term="Windows SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+SDK/default.aspx" /><category term="Windows 7" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7/default.aspx" /><category term="Windows 7 SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7+SDK/default.aspx" /><category term="C++" scheme="http://blogs.msdn.com/windowssdk/archive/tags/C_2B002B00_/default.aspx" /></entry><entry><title>New Win32 Samples in Windows SDK for Windows 7: Windows XML Paper Specification (XPS) </title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-xml-paper-specification-xps.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-xml-paper-specification-xps.aspx</id><published>2009-07-21T21:08:00Z</published><updated>2009-07-21T21:08:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;This is post number 10 in a series that describes new and updated samples in the Windows 7 SDK.&amp;nbsp; The following table lists samples that illustrate Windows XML Paper Specification (XPS), which provides users with a consistent document appearance regardless of where and how the document is viewed.&amp;nbsp; These samples are new to Windows 7 or updated to support Windows 7.&amp;nbsp; &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;See also:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/02/new-win32-samples-in-windows-sdk-for-windows-7-networking-and-related-services.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Networking and Related Services&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/02/new-win32-samples-in-windows-sdk-for-windows-7-multimedia.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Multimedia&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/06/new-win32-samples-in-windows-sdk-for-windows-7-security.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Security&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/07/new-win32-samples-in-windows-sdk-for-windows-7-systems-management.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Systems Management&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/09/new-win32-samples-in-windows-sdk-for-windows-7-open-packaging-conventions-opc.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Open Packaging Conventions (OPC)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/09/new-win32-samples-in-windows-sdk-for-windows-7-tablet-pc-and-multitouch.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Tablet PC and MultiTouch&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/13/new-win32-samples-in-windows-sdk-for-windows-7-web.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Web&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-weight: bold"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/15/new-win32-samples-in-windows-sdk-for-windows-7-windows-base.aspx"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Windows Base&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-weight: bold"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-user-interface.aspx"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Windows User Interface&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-weight: bold"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-xml-paper-specification-xps.aspx"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Windows XML Paper Specification (XPS) &lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-weight: bold"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/23/new-win32-samples-in-windows-sdk-for-windows-7-communication.aspx"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Communication&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;Over 1,200 samples were changed since the release of the Windows SDK for Windows 7 RC release. Many “new to Win 7” samples were added, simplified, or extended, and many older samples were updated to support Windows 7 as well as older operating systems.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;For build instructions and additional information about the samples, see the Readme.txt files and other documents in the SDK sample folders. For general sample building instructions, refer to the Samples Reference page that installs with the Windows SDK, and the SDK Release Notes (under the Start menu, in All Programs &amp;gt; Microsoft Windows SDK v7.0). By default, Win32 samples are installed under the following path: C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;Send your thoughts to the &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="mailto:wsdkfdb@microsoft.com" mce_href="mailto:wsdkfdb@microsoft.com"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;Windows SDK Feedback alias&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;.&amp;nbsp; Tell us how you use the SDK and what we can do to improve your development experience.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;New/updated Windows XML Paper Specification (XPS) samples in the Windows SDK for Windows 7&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in" cellSpacing=0 cellPadding=0 border=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: black 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: black 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: black 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Install Location&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 1"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;demonstrates usage of XPS APIs along with DWrite&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to use DWrite to place text on a page and create an xps document that includes that page.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;xps\FlowText&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 2"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to load, modify and save xps file using new unmanaged XPS APIs&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to load an xps file from a stream, add text to a page and then resave the file as xps package.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;xps\XpsLoadModifySave&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 3"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Direct printing of XPS object model&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;The XpsOMPrint sample is a simple utility which demonstrates use of the XPS Object Model with the XPS Print API to programmatically create and print an XPS document.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;XPS\XpsOMPrint&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 4; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;XPS Document Rollup sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates use of the XPS Object Model to combine XPS Documents.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Xps\XpsRollup&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Karin Meier-Magruder&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Program Manager for Samples&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows SDK Team&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9843612" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author></entry><entry><title>New Win32 Samples in Windows SDK for Windows 7: Windows User Interface</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-user-interface.aspx" /><id>http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-user-interface.aspx</id><published>2009-07-21T21:05:00Z</published><updated>2009-07-21T21:05:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;This is post number 9 in a series that describes new and updated samples in the Windows 7 SDK.&amp;nbsp; The following table lists samples that pertain to Windows User Interface&lt;/SPAN&gt;&lt;FONT size=3&gt;, &lt;/FONT&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;and are new to Windows 7 or updated to support Windows 7.&amp;nbsp;&amp;nbsp; Technologies include Shell, Locations and Sensors, Sidebar, Sideshow, Windows Ribbon, Windows Search, and more.&amp;nbsp; These samples are new to Windows 7 or updated to support Windows 7.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;See also:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/02/new-win32-samples-in-windows-sdk-for-windows-7-networking-and-related-services.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Networking and Related Services&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/02/new-win32-samples-in-windows-sdk-for-windows-7-multimedia.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Multimedia&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/06/new-win32-samples-in-windows-sdk-for-windows-7-security.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Security&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/07/new-win32-samples-in-windows-sdk-for-windows-7-systems-management.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Systems Management&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/09/new-win32-samples-in-windows-sdk-for-windows-7-open-packaging-conventions-opc.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Open Packaging Conventions (OPC)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/09/new-win32-samples-in-windows-sdk-for-windows-7-tablet-pc-and-multitouch.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Tablet PC and MultiTouch&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/13/new-win32-samples-in-windows-sdk-for-windows-7-web.aspx"&gt;&lt;SPAN style="mso-bidi-font-size: 11.0pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Web&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-weight: bold"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/15/new-win32-samples-in-windows-sdk-for-windows-7-windows-base.aspx"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Windows Base&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-weight: bold"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-user-interface.aspx"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Windows User Interface&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-weight: bold"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-xml-paper-specification-xps.aspx"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Windows XML Paper Specification (XPS) &lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-weight: bold"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/23/new-win32-samples-in-windows-sdk-for-windows-7-communication.aspx"&gt;&lt;FONT face=Calibri color=#0000ff&gt;New Win32 Samples in Windows SDK for Windows 7: Communication&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-weight: bold"&gt;&lt;A href="http://blogs.msdn.com/windowssdk/archive/2009/07/21/new-win32-samples-in-windows-sdk-for-windows-7-windows-xml-paper-specification-xps.aspx"&gt;&lt;FONT face=Calibri color=#0000ff&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Times New Roman','serif'; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;Over 1,200 samples were changed since the release of the Windows SDK for Windows 7 RC release. Many “new to Win 7” samples were added, simplified, or extended, and many older samples were updated to support Windows 7 as well as older operating systems.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;For build instructions and additional information about the samples, see the Readme.txt files and other documents in the SDK sample folders. For general sample building instructions, refer to the Samples Reference page that installs with the Windows SDK, and the SDK Release Notes (under the Start menu, in All Programs &amp;gt; Microsoft Windows SDK v7.0). By default, Win32 samples are installed under the following path: C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;Send your thoughts to the &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="mailto:wsdkfdb@microsoft.com" mce_href="mailto:wsdkfdb@microsoft.com"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri color=#0000ff&gt;Windows SDK Feedback alias&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;.&amp;nbsp; Tell us how you use the SDK and what we can do to improve your development experience.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face=Calibri&gt;New/updated Windows User Interface samples in the Windows SDK for Windows 7&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in" cellSpacing=0 cellPadding=0 border=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: black 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: black 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: black 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Install Location&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 1"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI ChooseFont Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to use the ChooseFont with flags for Windows 7.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\ChooseFont&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 2"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI: CWMFEx Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to use the RegisterHotKey function with MOD_NOREPEAT to avoid generating multiple hotkey notifications when the user-defined 'b'+ ALT hotkey is being repeatly pressed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\CWMFEx&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 3"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Location API Gadget sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to use the Location Platform to retrieve the current location and display that on a map.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Location\LocateMe.gadget&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 4"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Location API eventing sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to access the Location Platform in an asynchronous (event driven) manner.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Location\LocationEvents&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 5"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Location API SetLocation Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to set the default location using the Location API. This sample requires Visual Studio to be built.&amp;nbsp; This sample must be run as administrator for the call to IDefaultLocation::SetReport to succeed.&amp;nbsp;&amp;nbsp; This application retrieves the default civic address that is specified in Control Panel, and prints its fields. It then prompts the user to change the default civic address in Control Panel, prints the new values, and then sets the default location back to its original. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Location\SetLocation&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 6"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Location API Simple Location sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Simple Location Demonstrates how to access the Location Platform in a synchronous manner.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Location\SimpleLocation&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 7"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI: RegisterHotKey Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to use the RegisterHotKey function with MOD_NOREPEAT to avoid generating multiple hotkey notifications when the user-defined 'b'+ ALT hotkey is being repeatly pressed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\RegisterHotKey&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 8"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Ambient Light Aware Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to use the Sensor Platform by reading data from Ambient Light Sensors on the computer and changing a label's font size to be optimized for the reported light conditions.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Sensors\AmbientLightAware&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 9"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;ChangeNotifyWatcher Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the ShellChangeNotify system.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\shell\AppPlatform\ChangeNotifyWatcher&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 10"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Using and extending Common File Dialog&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the use of the different Common File Dialog APIs (IFileDialog, IFileSaveDialog, and associated interfaces) to create a custom file open/save dialog.&amp;nbsp; Build and run CommonFileDialogSDKSample.exe and play with the File menu to see it in action. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Shell\AppPlatform\CommonFileDialog&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 11"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Common File Dialog Modes Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to use the Common File Dialog in different modes to pick files, containers (folders) or multiple items in a “basket” mode without dismissing the dialog. This sample also demonstrates how to use the Common File Dialog to pick both files and folders from the same dialog in “basket” mode.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppPlatform\CommonFileDialogModes&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 12"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;DragDrop Visuals Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;Demonstrates how to use the shell drag drop services to get the presentation features that shell drag drop supports for both targets and sources.&amp;nbsp;&amp;nbsp; This includes:&amp;nbsp; 1) drop targets rendering the drag image&amp;nbsp; 2) drop target provided drop tips&amp;nbsp; 3) drag source populating the drag image information when using a custom data object&amp;nbsp; 4) drag source enable drop tips&amp;nbsp; 5) use the shell provided IDropSource implementation by calling SHDoDragDrop(). This handles many of the edge cases for you dealing with different types of targets&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppPlatform\DragDropVisuals&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 13"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Execute in Explorer Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to perform a ShellExecute in the Explorer Process. This is most useful when you are an elevated process that you want to run in an unelevated. The Windows Explorer runs unelevated most of the time so applications can use this code to take advantage of that.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppPlatform\ExecInExplorer&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 14"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Explorer Browser Search Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to use the Explorer Browser control to embed Windows Explorer in an application. It then demonstrates how to simply implement instant search functionality with an in-memory search folder.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\shell\AppPlatform\ExplorerBrowserSearch&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 15"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;FileIsInUse&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Implemenets the IFileIsInUse interface.&amp;nbsp; See the included docx file for a complete description.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppPlatform\FileIsInUse&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 16"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;FileOperations&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the use of the file operation API for performing actions such as copy/move/delete/rename on file system objects. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Shell\AppPlatform\FileOperations&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 17"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;KnownFolders Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates registering a KnownFolder by directly writing the relevant registry keys and values.&amp;nbsp; This sample showcases only the most common KnownFolder Definition fields and targets developers of managed code who would prefer registry access to COM interop.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Shell\AppPlatform\KnownFolders&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 18"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;NamespaceTreeControl Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to implement a custom namespace tree control&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Shell\AppPlatform\NamespaceTreeControl&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 19"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Parsing With Parameters Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to take advantage of shell helpers that use the parsing name interact with items via the shell programming model.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppPlatform\ParsingWithParameters&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 20"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;PropertyEdit Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to use the Property System APIs to read and write values to and from files. You can try this sample for reading/writing files on file types including .jpg, .tiff, .doc, .mp3, .wma files. (and more if they have property handlers associated with them.) You can also use this sample in conjunction with the Recipe Property Handler sample which Demonstrates a sample property handler for .recipe file to debug that handler.&amp;nbsp; Usage: propertyedit [OPTIONS] [Filename]&amp;nbsp; Options:&amp;nbsp; -get &amp;amp;lt;PropertyName&amp;amp;gt;&amp;nbsp;&amp;nbsp; Get the value for the property defined&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by its Canonical Name in &amp;amp;lt;propertyName&amp;amp;gt;&amp;nbsp; -set &amp;amp;lt;PropertyName&amp;amp;gt;&amp;nbsp;&amp;nbsp; Set the value for the property defined&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;lt;PropertyValue&amp;amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; by &amp;amp;lt;PropertyName&amp;amp;gt; with value &amp;amp;lt;PropertyValue&amp;amp;gt;&amp;nbsp; -enum&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enumerate all the properties.&amp;nbsp; -info &amp;amp;lt;PropertyName&amp;amp;gt;&amp;nbsp; Get schema information on property.&amp;nbsp; Examples: PropertyEdit -get “System.Author” foo.jpg PropertyEdit -set “System.Author” “John Doe” foo.jpg PropertyEdit -enum foo.jpg PropertyEdit -info “System.Author”&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Shell\AppPlatform\PropertyEdit&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 21"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Property Schema API sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the use of the different Property System APIs to register/unregister custom property schemas, or get detailed information about properties alredy registered with the system.&amp;nbsp; Run PropSchema.exe without any arguments to see usage information.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Shell\AppPlatform\PropertySchemas&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 22"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;SearchFolder Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the use of ISearchFolderItemFactory API to create search folders.&amp;nbsp; Build and run SearchFolder.exe to it in action.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Shell\AppPlatform\SearchFolder&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 23"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Shell Library Backup Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to pick and interact with libraries as containers. ShellLibraryBackup is a fictional backup application that supports picking and backing up libraries in addition to folders. Libraries are the new storage location for user files in Windows 7. The Documents, Pictures, Music and Videos libraries provide a superset of functionality to users and they look a little different when discovered programmatically. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppPlatform\ShellLibraryBackup&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 24"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Shell Library Command Line Sample (shlib.exe)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Sample command-line interface for the IShellLibrary interface, providing programmatic access to inspect and manipulate Windows libraries files from the console.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppPlatform\ShellLibraryCommandLine&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 25"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Shell Storage Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to use the IStorage and IStream APIs to create files and folders in shell containers like libraries or any container picked from either the folder picker dialog or the SHBrowseForFolder dialog. Also demonstrates how to save directly to to the shell item returned from the file dialog using these APIs.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppPlatform\ShellStorage&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 26"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;UsingImageFactory Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the use of IShellItemImageFactory API to create file icons from existing image files.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\shell\AppPlatform\UsingImageFactory&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 27"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;UsingThumbnailProviders Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to call the IThumbnailProvider methods to retrieve a thumbnail for an image file.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\shell\AppPlatform\UsingThumbnailProviders&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 28"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Shell: AppUserModelIDWindowProperty&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to control the taskbar grouping behavior of an application's windows by setting the AppUserModelID on a window via the use of the IPropertyStore implementation for windows, obtained via SHGetPropertyStoreForWindow.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\shell\AppShellIntegration\AppUserModelIDWindowProperty&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 29"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Automatic Jump List sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to utilize the automatic Jump Lists in Windows 7, which are generated from information provided through SHAddToRecentDocs.&amp;nbsp; Also Demonstrates how to set an application's jump list to show the Frequent category instead of Recent.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Shell\AppShellIntegration\AutomaticJumpList&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 30"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;CreateProcess Verb Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;This demonstrates how implement a shell verb using the CreateProcess method CreateProcess based verbs depend on running a .exe and passing it a command line. This method is not as powerful as the DropTarget and DelegateExecute methods but it does achieve the desirable out of process behavior.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppShellIntegration\CreateProcessVerb&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 31"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Custom Jump List Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to customize the Jump List for an application using ICustomDestinationList.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Shell\AppShellIntegration\CustomJumpList&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 32"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;DropTarget Verb Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how implement a shell verb using the DropTarget method this method is prefered for verb implementations that need to work on Windows XP as it provides the most flexibility, it is simple, and supports out of process activation.&amp;nbsp;&amp;nbsp; This sample implements a stand alone local server COM object but it is expected that the verb implementation will be integreated into existing applications. To do that have your main application object register a class factory for itself and have that object implement IDropTarget for the verbs of your application. Note that COM will launch your application if it is not already running and will connect to an already running instance of your application if it is already running. These are features of the COM based verb implementation methods.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppShellIntegration\DropTargetVerb&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 33"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Execute Command Verb Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how implement a shell verb using the ExecuteCommand method. This method is preferred for verb implementations as it provides the most flexibility, it is simple, and supports out of process activation. This sample&amp;nbsp; implements a standalone local server COM object but it is expected that the verb implementation will be integrated&amp;nbsp; into existing applications. to do that have your main application object register a class factory for itself and have that object implement IDropTarget for the verbs of your application. Note that COM will launch your application if it is not already running and will connect to an already running instance of your application if it is already running. These are features of the COM based verb implementation methods.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppShellIntegration\ExecuteCommandVerb&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 34"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Explorer Command Verb Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how implement a shell verb using the ExplorerCommand method. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\shell\AppShellIntegration\ExplorerCommandVerb&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 35"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Shell: HomeGroup Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to determine homegroup membership status, enumerate top level items in the HomeGroup Shell Folder, and launch the HomeGroup Sharing Wizard.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\shell\AppShellIntegration\HomeGroup&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 36"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Ideal Property Handler&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the implementation of an ideal property handler for an OleDoc File Format (.docfile-ms) or a fictional OpenMetadata format (.openmetadata-ms) which supports reading and writing properties and custom schema.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppShellIntegration\IdealPropertyHandler&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 37"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;NonDefaultDropMenuVerb Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to extend the non-default drag-and-drop context menu.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\shell\AppShellIntegration\NonDefaultDropMenuVerb&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 38"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Shell: NotificationIcon Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to use the Shell_NotifyIcon and Shell_NotifyIconGetRect APIs to display a notification.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\shell\AppShellIntegration\NotificationIcon&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 39"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Player Verb Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to create a verb that operates on shell items and containers to play items or add items to a queue. Particularly useful for media applications. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppShellIntegration\PlayerVerbSample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 40"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Playlist Creator Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to create a verb that operates on shell items and containers. In this case, the verb creates a playlist from the selected item or container.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppShellIntegration\PlaylistCreator&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 41"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Playlist Property Handler&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the implementation of a property handler for the .WPL and .ZPL playlist file formats. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppShellIntegration\PlaylistPropertyHandler&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 42"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Recipe Preview Handlers&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the use of the different Preview handler APIs to register a preview handler COM servers for custom file types.&amp;nbsp; These API provide a mechanism to expose “live” content of files in the Preview Pane of Explorer.&amp;nbsp; Build and register the dll.&amp;nbsp; Navigate into the Recipes folder, enable Preview Pane in Explorer, and select a .recipe file to see live contents of the file show up in the Preview Pane.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Shell\AppShellIntegration\RecipePreviewHandler&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 43"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Recipe Property Handler&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;This sample Demonstrates the creation of a sample property handler for an XML based .recipe file format. It supports Open Metadata. (handles all properties given to it by saving under &amp;amp;lt;ExtendedProperties&amp;amp;gt; section of the XML file) &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppShellIntegration\RecipePropertyHandler&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 44"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Sync and Share Verbs&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to register a verb that extends the “Sync” and “Share” verbs in the Windows Explorer Command Bar.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppShellIntegration\SyncAndShareVerbs&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 45"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Shell: TabThumbnails&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how an application can expose multiple switch targets (as for tabs) on the taskband and how to provide their thumbnails.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\shell\AppShellIntegration\TabThumbnails&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 46"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Desktop Integration sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to show peripheral status in the taskbar for an application window. Demonstrates both overlay icons and progress bars.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\shell\AppShellIntegration\TaskbarPeripheralStatus&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 47"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Windows 7 Taskbar Integration sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to add a thumbnail toolbar and respond to its commands.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\AppShellIntegration\TaskbarThumbnailToolbar&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 48"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Drawing text on glass using Buffered Paint Theming APIs&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Drawing text on glass using Buffered Paint Theming APIs&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Shell\AppShellIntegration\TextOnGlassBuffered&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 49"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Shell AppBar&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to implement an application desktop toolbar that is resizable, can attach to any side of the screen, and allows itself to be hidden in the same way the Explorer taskbar automatically hides.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\LegacySamples\AppBar&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 50"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Shell Fakemenu&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how an application can display a window that behaves in a similar manner as a menu.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\Shell\LegacySamples\Fakemenu&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 51"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Building glass enabled deskbands&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the use of the different DeskBand API APIs to create a custom desk band.&amp;nbsp; Build and register DeskBandSDKSample.dll and right-click on the Task Bar, expand “Toolbars” menu option and choose “DeskBand Sample”.&amp;nbsp; You will see the newly created Desk Band show up on the Task Bar.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\Shell\ShellExtensibility\DeskBands&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 52"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;OpenSearch Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates a custom federated search provider with Visual Studio 2008 that connects to the AdventureWorks database.&amp;nbsp;&amp;nbsp; Uses ASP.NET to create a custom federated search provider. Queries are federated from Windows to the search provider using the OpenSearch standard. Results from this federated search provider are enumerated in the Windows Explorer as rich items in the view. Windows 7 understands search results that are returned in the RSS format. Other systems that support OpenSearch are compatible with Windows 7 federated search sources like Microsoft Search Server 2008 and other RSS-enabled clients.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\shell\ShellExtensibility\OpenSearch&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 53"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Sidebar: IDesktopGadget Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to add a gadget programmatically.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\sidebar\IDesktopGadget&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 54"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Gadgets: sdk_graphicsapi.gadget Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates key functionality the Windows Desktop Gadgets graphics library, for both text and images.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\sidebar\sdk_graphicsapi.gadget&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 55"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;SideShow Alarms Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates a application that sends notifications to a Windows SideShow-compatible device. The application registers with the platform and sends notifications based on user specified alarm times. Output: The application should open a window titled 'My Alarm' and allow you to set an alarm time. When the alarm time elapses, a notification is shown on the device. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Winui\sideshow\Alarms&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 56"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;SideShow HelloWorld Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the creation of a simple Windows SideShow application. The application registers with the Simple Content Endpoint and pre-loads or sends a page with the string ‘Hello World’ to the device.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Winui\sideshow\HelloWorld&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 57"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;SideShow Pictures Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the sending of pictures / images from a file to an Windows SideShow device. The application takes jpeg images from the Pictures directory and sends them to the device to be viewed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Winui\sideshow\Pictures&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 58"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;SideShow Tasks Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Uses the events and the Simple Content Format more extensively. The sample application gets its data from the TaskList.xml file in the sample folder. It uses the ContentMissing event to send content to the device. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Winui\sideshow\tasks&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 59"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Simple UI Automation Provider sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to implement UI Automation on a simple custom control.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;WinUI\UIAutomation\SimpleUIAProvider&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 60"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Windows Ribbon: ContextPopup sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the markup and code required to implement a Windows Ribbon application with various ContextPopups, with options to output Ribbon framework callbacks to a console window.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\WindowsRibbon\ContextPopup&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 61"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Windows Ribbon: DropDownColorPicker sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the markup and code required to use a Windows Ribbon DropDownColorPicker control.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\WindowsRibbon\DropDownColorPicker&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 62"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Windows Ribbon: FontControl sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the markup and code required to implement a FontControl within a Windows Ribbon application, with options to output various Ribbon Framework callbacks to a console window.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\WindowsRibbon\FontControl&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 63"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Windows Ribbon: Gallery sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the markup and code required to use the different types of Gallery controls included in the Windows Ribbon framework.&amp;nbsp; The sample includes code that can be used to dynamically populate items into the Galleries, and handle special Gallery previewing events that support Results-oriented UI.&amp;nbsp; The sample also demonstrates how to create a Ribbon application that works properly in high DPI modes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\WindowsRibbon\Gallery&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 64"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Windows Ribbon: HTMLEditRibbon sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates markup and code required to migrate an existing MFC application to use the Windows Ribbon.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\WindowsRibbon\HTMLEditRibbon&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 65"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Windows Ribbon: SimpleRibbon sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the markup and code required to implement a very simple Win32 application with a Windows Ribbon.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\WindowsRibbon\SimpleRibbon&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 66"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Windows Search Command Line&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Windows Search Command Line Utility console application to query the Windows Search index like FINDSTR /S and DIR /S&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\WindowsSearch\DSearch&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 67"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;SearchEvents Sample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to implement and use the IRowsetEvents interface to monitor changes to items belonging to a query over a particular scope.&amp;nbsp; This demo also Demonstrates how to use the IRowsetPrioritization interface to set the indexing speed and priority of items also belonging to that scope.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\WindowsSearch\SearchEvents&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 68"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Structured Query Code Sample &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates the Structured Query APIs. This sample program reads lines from the console, parses them using the system schema, and displays the resulting condition trees.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\WindowsSearch\StructuredQuerySample&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 69; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 1pt solid; WIDTH: 1.75in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=168&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Windows Search with OleDB&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3.5in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=336&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;Demonstrates how to query Windows Search or Windows Desktop Search using OleDB and C++&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 3in; PADDING-TOP: 0in; BORDER-BOTTOM: black 1pt solid; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" vAlign=top noWrap width=288&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;FONT face=Calibri&gt;winui\WindowsSearch\WSOleDB&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Karin Meier-Magruder&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Program Manager for Samples&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT face=Calibri&gt;Windows SDK Team&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9843611" width="1" height="1"&gt;</content><author><name>wsdkblog@microsoft.com</name><uri>http://blogs.msdn.com/members/wsdkblog%40microsoft.com.aspx</uri></author><category term="samples" scheme="http://blogs.msdn.com/windowssdk/archive/tags/samples/default.aspx" /><category term="Windows SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+SDK/default.aspx" /><category term="Windows 7" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7/default.aspx" /><category term="Windows 7 SDK" scheme="http://blogs.msdn.com/windowssdk/archive/tags/Windows+7+SDK/default.aspx" /><category term="C++" scheme="http://blogs.msdn.com/windowssdk/archive/tags/C_2B002B00_/default.aspx" /></entry></feed>