| Microsoft DirectX 8.1 (C++) | 
The ConvertToMilliseconds function converts a reference time to milliseconds.
Syntax
LONGLONG ConvertToMilliseconds(
    const REFERENCE_TIME& RT
);
Parameters
RT
Reference time, in 100-nanosecond units.
Return Value
Returns the reference time converted to milliseconds.
See Also