[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E2  - Novell Netware - Directory Services - Get Volume Name      [N]

   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

See Also: AH=DAh,AH=E2h/SF=02h,AH=E2h/SF=05h,AH=E2h/SF=15h,AH=E2h/SF=1Ah

See Also: AH=E3h/SF=E9h

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

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson