mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
12 lines
345 B
C
12 lines
345 B
C
/*
|
|
* PROJECT: ReactOS Task Manager
|
|
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
|
|
* PURPOSE: Process Priority.
|
|
* COPYRIGHT: Copyright 1999-2001 Brian Palmer <[email protected]>
|
|
* Copyright 2005 Klemens Friedl <[email protected]>
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
void DoSetPriority(DWORD priority);
|