home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
os2
/
sp
/
setprio.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1993-09-13
|
189 b
|
12 lines
UNIT SetPrio;
Interface
Procedure SetPriority(Class:LongInt;Delta:LongInt);
Implementation
Procedure SetPriority(Class:LongInt;Delta:LongInt);external;
{$L PRIOINT.OBJ}
end.