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

kernel32

.

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

.

    static extern bool SetConsoleMode(

.
Summary
.

static extern bool SetConsoleMode(IntPtr hConsoleHandle, uint dwMode);

.

            SetConsoleMode(hOut, mode);

.
Documentation
[SetConsoleMode] on MSDN

 
Access PInvoke.net directly from VS: