AutoWakeUp.NativeMethods.WaitForSingleObject C# (CSharp) 메소드

WaitForSingleObject() 개인적인 메소드

private WaitForSingleObject ( [ hHandle, [ dwMilliseconds ) : UInt32
hHandle [
dwMilliseconds [
리턴 System.UInt32
        public static extern UInt32 WaitForSingleObject([In] IntPtr hHandle, [In] UInt32 dwMilliseconds);