Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ScsiPortQuerySystemTime routine obtains the current system time.
Syntax
SCSIPORT_API VOID ScsiPortQuerySystemTime(
[out] PLARGE_INTEGER CurrentTime
);
Parameters
[out] CurrentTime
Pointer to the current time, on return.
Return value
None
Remarks
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | srb.h |
Library | Scsiport.lib |
IRQL | Any level |