Previous | Next |
The GetUserProvidedClock method retrieves a flag indicating whether a user-driven clock has been specified.
Syntax
HRESULT GetUserProvidedClock(
BOOL* pfUserClock
);
Parameters
pfUserClock
[out] Pointer to a flag indicating that a user clock has been specified.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Meaning |
E_POINTER | The pfUserClock parameter is NULL. |
See Also
Previous | Next |