Missing Constants in TPriorityClass

delphi package - easy access to kernel objects etc.
Post Reply
Niki911
Posts: 12
Joined: Thu Jun 10, 2004 4:06 pm

Missing Constants in TPriorityClass

Post by Niki911 »

Hi,

In MadKernel the definiton

TPriorityClass = (pcUnknown, pcIdle, pcNormal, pcHigh, pcRealTime);

is missing 2 Items:
$00008000 = ABOVE_NORMAL_PRIORITY_CLASS;
$00004000 = BELOW_NORMAL_PRIORITY_CLASS;
See "SetPriorityClass" on MSDN....

Those 2 are not available on each Windows-Version - but.....
Would be a good idea to add these 2 in next release ;)

Niki
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

You're right, will add them, thanks for the suggestion!
Post Reply