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

user32

.
Summary
.

static extern bool GetGUIThreadInfo(uint idThread, ref GUITHREADINFO lpgui);

.

GetGUIThreadInfo( 0, out threadInfo );

.

    public static extern bool GetGUIThreadInfo(uint idThread, ref GUITHREADINFO lpgui);

.

        Win32API.GetGUIThreadInfo(dwThreadId, ref guiThreadInfo);

.

    // Thanks to this StackOverflow question: http://stackoverflow.com/questions/719825/calling-getguithreadinfo-via-p-invoke

.

        internal static extern bool GetGUIThreadInfo(uint idThread, ref GuiThreadInfo lpgui);

.

        if(!GetGUIThreadInfo(0, ref info))

.
Documentation
[GetGUIThreadInfo] on MSDN

 
Access PInvoke.net directly from VS: