IBDA_SignalStatistics::get_SignalLocked

 
Microsoft DirectShow 9.0

IBDA_SignalStatistics::get_SignalLocked

The get_SignalLocked method retrieves a Boolean value indicating whether the signal is locked.

Syntax

  HRESULT get_SignalLocked(
  BOOLEAN*  pfLocked
);

Parameters

  pfLocked

[out]  Pointer to a flag indicating whether the signal is locked.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

Header: Include bdaiface.h.

See Also