Microsoft DirectX 8.1 (C++)

IAMAnalogVideoDecoder::get_HorizontalLocked

The get_HorizontalLocked method determines whether the horizontal sync is locked.

Syntax

HRESULT get_HorizontalLocked(
  long *plLocked
);

Parameters

plLocked

[out]  Pointer to a variable that receives one of the following values.

Value Description
TRUE Horizontal sync is locked
FALSE Horizontal sync is not locked.

Return Values

When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.

See Also