Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "EndDeferWindowPos" in [All]

user32

.

DeferWindowPos fills the multiple-window-position structure with information about the target position for one or more windows about to be moved. The EndDeferWindowPos function accepts the handle to this structure and repositions the windows by using the information stored in the structure.

.
Summary
.

static extern bool EndDeferWindowPos(IntPtr hWinPosInfo);

.

Public Function EndDeferWindowPos(hWinPosInfo As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean

.

Public Declare Function EndDeferWindowPos Lib "user32" _

.
Documentation
[EndDeferWindowPos] on MSDN

 
Access PInvoke.net directly from VS: