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

user32

.
Summary
.

static extern IntPtr GetTopWindow(IntPtr hWnd);

.

<DllImport("USER32.dll")> Public Shared Function GetTopWindow (ByVal hwnd As IntPtr) As IntPtr

.

Private Declare Function GetTopWindow Lib "user32.dll" (ByVal hwnd As IntPtr) As IntPtr

.
Documentation
[GetTopWindow] on MSDN

 
Access PInvoke.net directly from VS: