Microsoft DirectX 9.0 |
The CheckTime method determines if a specified time is due.
Syntax
BOOL CheckTime(
CRefTime time,
BOOL bStream
);
Parameters
time
Time to check.
bStream
TRUE if the time parameter is a stream-time value; FALSE if time is a presentation-time value.
Return Value
Returns TRUE if the specified time has not yet passed.
See Also