BOLTStack.Win32.WaitForSingleObject C# (CSharp) Method

WaitForSingleObject() private method

private WaitForSingleObject ( IntPtr hHandle, UInt32 dwMilliseconds ) : UInt32
hHandle System.IntPtr
dwMilliseconds System.UInt32
return System.UInt32
        public static extern UInt32 WaitForSingleObject(IntPtr hHandle, UInt32 dwMilliseconds);