DwmExtendFrameIntoClientArea (dwmapi)
Last changed: -86.243.85.44

.
Summary
This function extends the Aero composition further into a given window, given the distances from the sides.

C# Signature:

[DllImport("dwmapi.dll")]
static extern void DwmExtendFrameIntoClientArea(IntPtr hwnd, ref MARGINS margins);

VB Signature:

<DllImport("dwmapi.dll")> _
Shared Sub DwmExtendFrameIntoClientArea(ByVal hwnd As IntPtr, ByRef margins As MARGINS)
End Sub

User-Defined Types:

MARGINS

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation