dwmquerythumbnailsourcesize (dwmapi)
Last changed: -125.21.230.49

.
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