The Refclock.h header file in the Microsoft® DirectShow® base classes provides a reference time conversion function.
ConvertToMilliseconds Converts the reference time to milliseconds.
Converts the reference time to milliseconds.
Syntax
LONGLONG WINAPI ConvertToMilliseconds(
const REFERENCE_TIME& RT
);
Parameters
- RT
- Reference time, in 100-nanosecond units.
Return Value
Returns the reference time converted to milliseconds.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.