AdjustWindowRectEx (user32)
Last changed: semihartan-88.235.51.102

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool AdjustWindowRectEx(ref RECT lpRect, uint dwStyle,
   bool bMenu, uint dwExStyle);

VB.Net Signature:

<DllImport("user32.dll")> _
Shared Function AdjustWindowRectEx(ByRef lpRect As Rect, ByVal dwStyle As UInteger, ByVal bMenu As Boolean, ByVal dwExStyle As UInteger) As Boolean
End Function

User-Defined Types:

RECT

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation