BlockStudio.CustomControls.MessageBoxEx.SetTimer C# (CSharp) Method

SetTimer() private method

private SetTimer ( IntPtr hWnd, UIntPtr nIDEvent, uint uElapse, TimerProc lpTimerFunc ) : UIntPtr
hWnd System.IntPtr
nIDEvent System.UIntPtr
uElapse uint
lpTimerFunc TimerProc
return System.UIntPtr
        public static extern UIntPtr SetTimer(IntPtr hWnd, UIntPtr nIDEvent, uint uElapse, TimerProc lpTimerFunc);