// sensorsutils.h
#define MILLISECONDS_TO_100NANOSECONDS(durationMs) ((durationMs) * 1000 * 10)
View the official Windows Driver Kit DDI referenceNo description available.
This macro converts time, in milliseconds, to 100 nanosecond units.
#define MILLISECONDS_TO_100NANOSECONDS(durationMs) ((durationMs) * 1000 * 10)
durationMsThe duration in milliseconds to convert to 100 nanosecond units.
Gets a ULONGLONG that represents a time length in nanoseconds.