Int 21/AX=F216h/SF=26h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare v3+ - SCAN FILE OR DIRECTORY FOR EXTENDED TRUSTEES

AX = F216h subfn 26h
CX = length of request packet in bytes
DX = length of reply buffer in bytes
DS:SI -> request packet (see #02138)
ES:DI -> reply buffer (see #02139)

Return:
AX = status (see #02860 at INT 2F/AX=7A20h/BX=0000h)

Desc: Get up to 20 extended trustee entries per call for a file or directory

Format of NetWare "Scan File/Directory for Extended Trustees" request buffer: Offset Size Description (Table 02138) 00h WORD length of following data 02h BYTE 26h (subfunc "Scan File or Directory For Extended Trustees") 03h BYTE directory handle 04h BYTE sequence number 00h for first call, increment by number of returned entries 05h BYTE length of path 06h N BYTEs pathname

See Also: #02138

Format of NetWare "Scan File/Directory for Extended Trustees" reply buffer: Offset Size Description (Table 02139) 00h BYTE number of entries returned (max 20) 01h 20 DWORDs (big-endian) list of object IDs 51h 20 WORDs list of associated trustee rights

See Also: #02139

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents