AdvancedLauncher.Tools.NativeMethods.QueryIdleProcessorCycleTime C# (CSharp) Method

QueryIdleProcessorCycleTime() private method

private QueryIdleProcessorCycleTime ( int &bufferLength, System.Int64 processorIdleCycleTime ) : bool
bufferLength int
processorIdleCycleTime System.Int64
return bool
        public static extern bool QueryIdleProcessorCycleTime(ref int bufferLength, Int64[] processorIdleCycleTime);