CBaseReferenceClock::Unadvise (Compact 2013)

3/26/2014

Removes a previously established advise link.

Syntax

HRESULT Unadvise(
  DWORD dwAdviseToken
);

Parameters

Return Value

Returns S_OK if the successful, S_FALSE if not.

Remarks

This member function implements the IReferenceClock::Unadvise method.

Call Unadvise to remove the previously established clock advise links.

It is mandatory to call Unadvise on periodic advises to stop further calls.

It is recommended to call Unadvise for single-shot advise links.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseReferenceClock Class