Microsoft DirectX 9.0

IAMNetShowExProps::get_ErrorCorrection

The get_ErrorCorrection method retrieves the current error correction method.

Syntax

HRESULT get_ErrorCorrection(
  BSTR *pbstrErrorCorrection
);

Parameters

pbstrErrorCorrection

Pointer to a variable that receives a string describing the error correction method.

Return Values

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

Remarks

The caller must release the returned BSTR, by calling SysFreeString.

See Also