Interrups | Categories | Contents |
AH = E2h subfn 13h DS:SI -> request buffer (see #01871) ES:DI -> reply buffer (see #01870)
Return:
AL = status (00h,98h,9Ch) (see #01866)
Notes: This function is supported by NetWare 4.0+, Advanced NetWare 1.0+, and Alloy NTNX. This call is the same as AH=E2h/SF=12h except that the directory handle will be automatically deallocated when the calling application executes an End of Job call (AH=D6h) or terminates
See Also: AH=D6h - AH=E2h/SF=00h - AH=E2h/SF=12h - AH=E2h
Format of NetWare "Allocate Temporary Directory Handle" request buffer: Offset Size Description (Table 01871) 00h WORD length of following data (max 103h) 02h BYTE 13h (subfunction "Allocate Temporary Directory Handle") 03h BYTE directory handle 04h BYTE drive ('A'-'Z') 05h BYTE length of directory path 06h N BYTEs directory path
See Also: #01869 - #01872
Category: Netware - Int 21h - N
Interrups | Categories | Contents |