Int 2F/AX=1500h/CH=91h

Prev Next Ralf Interrups Categories Contents

------

CDBLITZ v2.11 - GET STATISTICS

AX = 1500h
CH = 91h (function number)
BX = 1234h (magic value for CDBLITZ)

Return:
CF clear ES:BX -> statistics record (see #02627)

See Also: AX=1500h/CH=90h - AX=1500h/CH=97h

Format of CDBLITZ statistics record: Offset Size Description (Table 02627) 00h WORD cache mode (see also AX=1500h/CH=94h) 0001h 'min', 0002h 'max' 02h DWORD number of read calls??? 06h DWORD total number of sectors read 0Ah DWORD unused??? (zero) 0Eh DWORD number of cache hit sectors 12h WORD cache size in KB 14h WORD unused??? (zero) 16h WORD cache state (0000h disabled, 0001h enabled)

Category: Caches/Spoolers - Int 2Fh - C

------

Prev Next Ralf Interrups Categories Contents