MFTIMER_FLAGS enumeration
Contains flags for the IMFTimer::SetTimer method.
Syntax
typedef enum MFTIMER_FLAGS { MFTIMER_RELATIVE = 0x00000001 } MFTIMER_FLAGS;
Constants
- MFTIMER_RELATIVE
-
The time passed to the timer is relative to the current time. If this flag is absent, the time is expressed as an absolute clock time.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: