Int 21/AH=E3h/SF=D3h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - FILE SERVER - DOWN FILE SERVER

AH = E3h subfn D3h
DS:SI -> request buffer (see #02026)
ES:DI -> reply buffer (see #02024)

Return:
AL = status (00h,C6h,FFh) (see #02025)

Desc: Take down the file server

Notes: This function is supported by Advanced NetWare 2.1+. The calling workstation must have SUPERVISOR privileges

See Also: AH=E3h/SF=C8h - AH=E3h/SF=CBh - AH=E3h/SF=CFh -

(Table 02025) Values for NetWare function status: 00h successful C6h no console rights FFh files open

See Also: #02002 - #02053

Format of NetWare "Down File Server" request buffer: Offset Size Description (Table 02026) 00h WORD 0002h (length of following data) 02h BYTE D3h (subfunction "Down File Server")

03h BYTE flag:
Force down even if files open if nonzero

See Also: #02024

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents