enddeferwindowpos (user32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool EndDeferWindowPos(IntPtr hWinPosInfo);

VB.NET Signature

<DllImport("user32.dll", SetLastError:=True)> _
Public Function EndDeferWindowPos(hWinPosInfo As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean
End Function

VB Signature

Public Declare Function EndDeferWindowPos Lib "user32" _
         (ByVal hWinPosInfo As Long) As Long

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation