// srb.h
SCSIPORT_API VOID ScsiPortQuerySystemTime(
[out] PLARGE_INTEGER CurrentTime
);
View the official Windows Driver Kit DDI referenceNo description available.
The ScsiPortQuerySystemTime routine obtains the current system time.
Note The SCSI port driver and SCSI miniport driver models may be altered or unavailable in the future. Instead, we recommend using the Storport driver and Storport miniport driver models.
CurrentTime [out]Pointer to the current time, on return.
None
The system time returned in CurrentTime is the number of 100-nanosecond intervals that have elapsed since January 1, 1601. System time is typically updated approximately every ten milliseconds. This value is computed for the GMT time zone.