IBDA_SignalStatistics::put_SignalLocked

 
Microsoft DirectShow 9.0

IBDA_SignalStatistics::put_SignalLocked

The put_SignalLocked method specifies whether the signal is locked.

Syntax

  HRESULT put_SignalLocked(
  BOOLEAN  fLocked
);

Parameters

  fLocked

[in]  Flag that indicates whether to lock the signal.

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