Int 6F Fn 42 - Hp Vectra Ex-bios - "f_str_del_bucket" - Del Header From [b]
AH = 42h
BP = 0012h (driver ID of V_SYSTEM)
ES:DI -> bucket header (see #3446)
Return: AH = status (00h,FEh) (see #3415 at AH=00h"HP Vectra")
BP,DS destroyed
See Also: AH=00h"HP Vectra",AH=40h/BP=0012h,AH=44h/BP=0012h
Format of HP Vectra EX-BIOS bucket header:
Offset Size Description (Table 3446)
00h DWORD pointer to next bucket header (FFFFh:FFFFh if last)
04h WORD upper bound on string index
06h WORD lower bound on string index
08h DWORD pointer to array of string offset pointers
0Ch WORD segment of strings
Note: the strings pointed at by the offset pointers are byte-counted ASCIZ
strings