Desktop Functions: Smart Device Functions:
|
Search Results for "AllocConsole" in [All]kernel321: AllocConsole
static extern bool AllocConsole();
if (!AllocConsole())
static extern bool AllocConsole();
if (!AllocConsole())
// http://pinvoke.net/default.aspx/kernel32/AllocConsole.html
static extern bool AllocConsole(); |