AutoWakeUp.NativeMethods.SetWaitableTimer C# (CSharp) Method

SetWaitableTimer() private method

private SetWaitableTimer ( [ hTimer, [ pDueTime, [ lPeriod, [ pfnCompletionRoutine, [ lpArgToCompletionRoutine, [ fResume ) : Int32
hTimer [
pDueTime [
lPeriod [
pfnCompletionRoutine [
lpArgToCompletionRoutine [
fResume [
return System.Int32
        public static extern Int32 SetWaitableTimer([In] IntPtr hTimer, [In] ref Int64 pDueTime, [In] Int32 lPeriod, [In, Optional] IntPtr pfnCompletionRoutine, [In, Optional] IntPtr lpArgToCompletionRoutine, [In] Int32 fResume);