Microsoft DirectX 9.0

IAMNetShowExProps::get_SourceLink

The get_SourceLink method retrieves the source link.

Syntax

HRESULT get_SourceLink(
  BSTR *pbstrSourceLink
);

Parameters

pbstrSourceLink

Pointer to a variable that receives the source link.

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