Int 21/AH=E3h/SF=CAh

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - FILE SERVER - SET FILE SERVER DATE AND TIME

AH = E3h subfn CAh
DS:SI -> request buffer (see #02012)
ES:DI -> reply buffer (see #02014)

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

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

See Also: AH=2Bh"DATE" - AH=2Dh"TIME" - AH=E3h/SF=C8h - AH=E7h"Novell" - See Also: AX=F214h

Format of NetWare "Set File Server Date and Time" request buffer: Offset Size Description (Table 02012) 00h WORD 0007h (length of following data) 02h BYTE CAh (subfunction "Set File Server Date And Time") 03h BYTE year (00-79 = 2000-2079, 80-99 = 1980-1999) 04h BYTE month (1-12) 05h BYTE day (1-31) 06h BYTE hour (0-23) 07h BYTE minute 08h BYTE second

See Also: #02014 - #02106 at AX=F214h

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents