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 "DeferWindowPos" in [All]

Enums

.
Summary
DeferWindowPosCommands - Enumeration for DeferWindowPos() API call for parameter uFlags
.

enum DeferWindowPosCommands :uint {

.

Public Enum DeferWindowPosCommands As UInteger

.

Public Enum DeferWindowPosCommands

.
Documentation
[DeferWindowPosCommands] on MSDN

user32

.
Summary
.

static extern IntPtr BeginDeferWindowPos(int nNumWindows);

.

Public Shared Function BeginDeferWindowPos(nNumWindows As Integer) As IntPtr

.

Public Declare Function BeginDeferWindowPos Lib "user32" _

.

The BeginDeferWindowPos function allocates memory for a multiple-window- position structure and returns the handle to the structure.

.

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.

.

If the system must increase the size of the multiple-window- position structure beyond the initial size specified by the nNumWindows parameter but cannot allocate enough memory to do so, the system fails the entire window positioning sequence (BeginDeferWindowPos

.
Documentation
[BeginDeferWindowPos] on MSDN
.
Summary
DeferWindowPosCommands - Enumeration for DeferWindowPos() API call for parameter uFlags
.

enum DeferWindowPosCommands :uint {

.

Public Enum DeferWindowPosCommands As UInteger

.

Public Enum DeferWindowPosCommands

.
Documentation
[DeferWindowPosCommands] on MSDN
.
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: