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

Method GetStdHandle

src/Squirrel/NativeMethods.cs:82–83  ·  view source on GitHub ↗
(StandardHandles nStdHandle)

Source from the content-addressed store, hash-verified

80 internal static extern UInt32 WaitForSingleObject(IntPtr hHandle, UInt32 dwMilliseconds);
81
82 [DllImport("kernel32.dll", EntryPoint = "GetStdHandle")]
83 internal static extern IntPtr GetStdHandle(StandardHandles nStdHandle);
84
85 [DllImport("kernel32.dll", EntryPoint = "AllocConsole")]
86 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

ensureConsoleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected