Windows Media Format SDK banner art
PreviousNext

IWMReaderAdvanced::GetUserProvidedClock

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

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.