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

kernel32

.

    // http://pinvoke.net/default.aspx/kernel32/GetConsoleWindow.html

.

    static extern IntPtr GetConsoleWindow();

.
Summary
.

static extern IntPtr GetConsoleWindow();

.

if(GetConsoleWindow() != IntPtr.Zero)

.

Private Function GetConsoleWindow() As IntPtr

.

hwnd = GetConsoleWindow()

.
Documentation
[GetConsoleWindow] on MSDN

user32

.

    static extern IntPtr GetConsoleWindow();

.

        IntPtr handle = GetConsoleWindow();


 
Access PInvoke.net directly from VS: