[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn 5FC0  - LANtastic - Get Time From Server                         [N]

   AX = 5FC0h
   DS:SI -> time block (see below)
   ES:DI -> ASCIZ server name to get time from

Return: CF clear if successful
   CF set on error
       AX = error code

See Also: AH=E7h

Format of time block:
Offset Size    Description
 00h   WORD    year
 02h   BYTE    day
 03h   BYTE    month
 04h   BYTE    minutes
 05h   BYTE    hour
 06h   BYTE    hundredths of second
 07h   BYTE    second

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson