MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / AllocConsole

Method AllocConsole

src/Squirrel/NativeMethods.cs:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 internal static extern IntPtr GetStdHandle(StandardHandles nStdHandle);
84
85 [DllImport("kernel32.dll", EntryPoint = "AllocConsole")]
86 [return: MarshalAs(UnmanagedType.Bool)]
87 internal static extern bool AllocConsole();
88
89 [DllImport("kernel32.dll")]
90 internal static extern bool AttachConsole(int pid);

Callers 1

ensureConsoleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected