Desktop Functions: Smart Device Functions:
|
Search Results for "GetConsoleWindow" in [All]kernel32
// http://pinvoke.net/default.aspx/kernel32/GetConsoleWindow.html
static extern IntPtr GetConsoleWindow();
static extern IntPtr GetConsoleWindow();
if(GetConsoleWindow() != IntPtr.Zero)
Private Function GetConsoleWindow() As IntPtr
hwnd = GetConsoleWindow() user32
static extern IntPtr GetConsoleWindow();
IntPtr handle = GetConsoleWindow(); |