Int 21/AH=59h/BX=0001h

Prev Next Ralf Interrups Categories Contents

------

European MS-DOS 4.0 - GET HARD ERROR INFORMATION

AH = 59h
BX = 0001h

Return:
ES:DI -> hard error information packet (see #01685) for most recent hard (critical) error

See Also: AH=59h/BX=0000h - AH=95h - INT 24

Format of European MS-DOS 4.0 hard error information packet: Offset Size Description (Table 01685) 00h WORD contents of AX at system entry 02h WORD Process ID which encountered error 04h WORD contents of AX at time of error 06h BYTE error type 00h physical I/O error 01h disk change request 02h file sharing violation 03h FCB problem 04h file locking violation 05h bad FAT 06h network detected error 07h BYTE INT 24 error code 08h WORD extended error code (see #01680) 0Ah DWORD pointer to associated device

Category: DOS Kernel - Int 21h - E

------

Prev Next Ralf Interrups Categories Contents