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

Method AttachConsole

src/Squirrel/NativeMethods.cs:89–90  ·  view source on GitHub ↗
(int pid)

Source from the content-addressed store, hash-verified

87 internal static extern bool AllocConsole();
88
89 [DllImport("kernel32.dll")]
90 internal static extern bool AttachConsole(int pid);
91
92 [DllImport("Kernel32.dll", SetLastError=true)]
93 internal static extern IntPtr BeginUpdateResource(string pFileName, bool bDeleteExistingResources);

Callers 1

ensureConsoleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected