EXTRN DosSetPrty:FAR INCL_DOSPROCESS EQU 1 PUSH WORD Scope ;Indicate scope of change PUSH WORD PriorityClass ;Priority class to set PUSH WORD PriorityDelta ;Priority delta to apply PUSH WORD ID ;Process or thread ID CALL DosSetPrty Returns WORD