Changeset 85205 in vbox
- Timestamp:
- Jul 10, 2020 7:51:21 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/include/iprt/time.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/time.h
r85202 r85205 473 473 * Gets the time as NT time. 474 474 * 475 * @returns N ttime.475 * @returns NT time. 476 476 * @param pTime The time spec to interpret. 477 477 */ 478 DECLINLINE( uint64_t) RTTimeSpecGetNtTime(PCRTTIMESPEC pTime)478 DECLINLINE(int64_t) RTTimeSpecGetNtTime(PCRTTIMESPEC pTime) 479 479 { 480 480 return pTime->i64NanosecondsRelativeToUnixEpoch / 100
Note:
See TracChangeset
for help on using the changeset viewer.

