WaitForSingleObject
[DllImport("coredll.dll", SetLastError = true)]
public static extern uint WaitForSingleObject(
IntPtr hHandle,
uint dwMilliseconds
);Last updated
[DllImport("coredll.dll", SetLastError = true)]
public static extern uint WaitForSingleObject(
IntPtr hHandle,
uint dwMilliseconds
);Last updated