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]

user32

.

    static extern IntPtr GetConsoleWindow();

.

        IntPtr handle = GetConsoleWindow();

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

 
Access PInvoke.net directly from VS: