Int 21 Fn F257 - Novell Netware V3+ - Get Information About File Or Dire [N]
AX = F257h subfn 06h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2073)
ES:DI -> reply buffer (see #2076)
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
reply buffer filled
See Also: AH=F2h"Novell",AX=F257h/SF=02h,AX=F257h/SF=05h,AX=F257h/SF=07h
Format of NetWare "Get NS Entry Info" request buffer:
Offset Size Description (Table 2073)
00h BYTE 06h (subfunction "Get NS Entry Info")
01h BYTE name space (see #2075)
02h BYTE destination name space
03h WORD search attributes
05h DWORD return information mask (see #2074)
09h BYTE volume number
0Ah DWORD directory base
0Eh BYTE handle flag
00h first byte of dir base is dir handle; ignore volume number
01h dir base = unique ID, volume number set
FFh volume number and dir base ignored, volume part of path
0Fh BYTE number of path components
10h N BYTEs list of path components (each a counted string)
See Also: #2076
Bitfields for return information mask:
Bit(s) Description (Table 2074)
0 include filename
1 data stream space allocated info
2 attributes info
3 data stream size info
4 total space allocated for all data streams
5 extended attributes info
6 archive info
7 modify info
8 create info
9 name space info
10 directory info
11 rights info
(Table 2075)
Values for NetWare name space:
00h DOS
01h Macintosh
02h NFS
03h FTAM
04h OS/2
See Also: #2073,#2081
Format of NetWare "Get NS Entry Info" reply buffer:
Offset Size Description (Table 2076)
00h 72 BYTEs reserved
48h DWORD creator's name space number
4Ch 257 BYTEs reserved
See Also: #2073