@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: [DllImport("dwmapi.dll", PreserveSig = false)] public static extern void DwmQueryThumbnailSourceSize(IntPtr hThumbnail, out Size size); !!!!VB Signature: <DllImport("dwmapi.dll")> Public Shared Sub DwmQueryThumbnailSourceSize(ByVal hThumbnail as IntPtr, ByRef size as Size); End Sub !!!!User-Defined Types: None (Size is System.Drawing.Size) !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: The function populates the Size structure with the size of the requested window. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: DwmQueryThumbnailSourceSize@msdn on MSDN
Edit dwmapi.DwmQueryTh...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.