Interop.mincore.GetThreadPriorityBoost C# (CSharp) Method

GetThreadPriorityBoost() private method

private GetThreadPriorityBoost ( SafeThreadHandle handle, bool &disabled ) : bool
handle SafeThreadHandle
disabled bool
return bool
        internal static extern bool GetThreadPriorityBoost(SafeThreadHandle handle, out bool disabled);
    }