[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn 8E00  - European MS-dos 4.0 - "setpri" - Get/set Process Priori  [D]

   AX = 8E00h
   BH = 00h
   BL = action
       00h set priority for command subtree
       01h set priority for specified process only
   CX = Process ID
   DH = 00h
   DL = change in priority (00h to get priority)

Return: CF clear if successful
       DL = process priority
       DH destroyed
   CF set on error
       AX = error code (01h,no such process)(see AH=59h)
Desc:  specify or determine the execution priority of the specified process
     or the process and all of its children

See Also: AH=81h

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson