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

Method WaitForSingleObject

src/Squirrel/NativeMethods.cs:79–80  ·  view source on GitHub ↗
(IntPtr hHandle, UInt32 dwMilliseconds)

Source from the content-addressed store, hash-verified

77 internal static extern int NtQueryInformationProcess(IntPtr hProcess, PROCESSINFOCLASS pic, ref PROCESS_BASIC_INFORMATION pbi, int cb, out int pSize);
78
79 [DllImport("kernel32.dll", SetLastError=true)]
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);

Callers 1

waitForParentToExitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected