[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare - DIRECTORY SERVICES - GET VOLUME NAME
        AH = E2h subfn 06h
        DS:SI -> request buffer (see below)
        ES:DI -> reply buffer (see below)
Return: AL = status (00h,98h) (see AH=E2h/SF=00h)
Notes:  this function is supported by NetWare 4.0+, Advanced NetWare 1.0+, and
          Alloy NTNX
SeeAlso: AH=E2h/SF=02h,AH=E2h/SF=05h,AH=E2h/SF=15h,AH=E2h/SF=1Ah

Format of request buffer:
Offset  Size    Description
 00h    WORD    0002h (length of following data)
 02h    BYTE    06h (subfunction "Get Volume Name")
 03h    BYTE    volume number

Format of reply buffer:
Offset  Size    Description
 00h    WORD    (call) 0011h (length of following results buffer)
 02h    BYTE    length of volume name
 03h 16 BYTEs   NUL-padded volume name

See Also: 21DA
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson