Int 2F/AX=1222h

Prev Next Ralf Interrups Categories Contents

------

DOS 3.0+ internal - SET EXTENDED ERROR INFO

AX = 1222h
SS = DOS data segment
SS:SI -> 4-byte records
BYTE    error code, FFh = last record
BYTE    error class, FFh = don't change
BYTE    suggested action, FFh = don't change
BYTE    error locus, FFh = don't change
SDA error code set

Return:
SI destroyed SDA error class, error locus, and suggested action fields set

Note: Can be called only from within DOS

See Also: AX=122Dh - INT 21/AH=59h/BX=0000h - INT 21/AX=5D0Ah

Category: DOS Kernel - Int 2Fh - D

------

Prev Next Ralf Interrups Categories Contents