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

user32

.
Summary
.

private static extern bool GetWindowInfo(IntPtr hwnd, ref WINDOWINFO pwi);

.

Public Declare Auto Function GetWindowInfo Lib "user32" _

.

Public Shared Function GetWindowInfo(ByVal hwnd As IntPtr, ByRef pwi As WINDOWINFO) As Boolean

.

You must assign the cbSize parameter prior to calling GetWindowInfo(). For example:

.

    GetWindowInfo(Handle, ref info);

.

    GetWindowInfo(Handle, info)

.
Documentation
[GetWindowInfo] on MSDN

 
Access PInvoke.net directly from VS: