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

kernel32

.
  • You can get away with not calling FreeConsole if you want it gone at termination of the program (if you want it gone earlier than that you do though..)
.

    static extern bool FreeConsole();    

.
  • You can get away with not calling FreeConsole if you want it gone at termination of the program (if you want it gone earlier than that you do though..)
.

    static extern bool FreeConsole();    

.

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

.

    static extern bool FreeConsole();

.
Summary
.

static extern bool FreeConsole();

.

    Private Function FreeConsole() As Boolean

.
Documentation

 
Access PInvoke.net directly from VS: