Int 21/AH=E3h/SF=E9h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - DIRECTORY SERVICES - GET VOLUME INFORMATION

AH = E3h subfn E9h
DS:SI -> request buffer (see #02084)
ES:DI -> reply buffer (see #02085)

Return:
AL = status 00h successful

Notes: This function is supported by Advanced NetWare 2.1+

See Also: AH=DAh - AH=E2h/SF=15h - AX=F217h/SF=E9h

Format of NetWare "Get Volume Information" request buffer: Offset Size Description (Table 02084) 00h WORD 0002h (length of following data) 02h BYTE E9h (subfunction "Get Volume Information") 03h BYTE directory handle

See Also: #02085 - #02247 at AX=F217h/SF=E9h

Format of NetWare "Get Volume Information" reply buffer: Offset Size Description (Table 02085) 00h WORD (call) 0028h (length of following results buffer) 02h DWORD (big-endian) elapsed system time 06h BYTE volume number 07h BYTE logical drive number 08h WORD (big-endian) sectors per block 0Ah WORD (big-endian) starting block 0Ch WORD (big-endian) total blocks on volume 0Eh WORD (big-endian) blocks available on volume 10h WORD (big-endian) total directory slots 12h WORD (big-endian) directory slots available 14h WORD (big-endian) maximum directory entries actually used

16h BYTE flag:
Volume hashed if nonzero

17h BYTE flag:
Volume cached if nonzero

18h BYTE flag:
Volume removable if nonzero

19h BYTE flag:
Volume mounted if nonzero 1Ah 16 BYTEs NUL-padded volume name

See Also: #02084 - #02247 at AX=F217h/SF=E9h

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents