INT 21 - Novell NetWare v3+ - ADD TRUSTEE SET TO FILE OR SUBDIRECTORY AX = F257h subfn 0Ah CX = length of request packet in bytes DX = 0000h (no reply packet) DS:SI -> request packet (see #02393) ES:DI ignored Return: AL = status (see #02860 at INT 2F/AX=7A20h/BX=0000h) reply buffer filled SeeAlso: AX=F257h/SF=0Bh Format of NetWare "Add Trustee Set" request packet: Offset Size Description (Table 02393) 00h BYTE 0Ah (subfunction "Add Trustee Set to File or Subdirectory") 01h BYTE name space (see #02387) 02h 2 BYTEs reserved 04h WORD trustee rights (see #02141) 06h WORD object ID count 08h NetWare HandleA short identifier, usually a small integer or a pointer, for some other object which is maintained or controlled by the operating system or environment; a particular handle may be valid system-wide or may have meaning only for a particular process. See also File Handle./Path structure (see #02376) 6 BYTEs trustee structure (see #02394) Format of NetWare trustee structure: Offset Size Description (Table 02394) 00h DWORDDoubleword; four bytes. Commonly used to hold a 32-bit segment:offset or selector:offset address. object ID 04h WORD trustee rights SeeAlso: #02393