Microsoft DirectX 9.0

IMSVidStreamBufferSink::get_SinkName

This topic applies to Windows XP Service Pack 1 only.

The get_SinkName method retrieves the name of the stub file that points to the backing files.

Syntax

HRESULT get_SinkName(
  BSTR *pName
);

Parameters

pName

[out]  Pointer to a variable that receives the file name.

Return Values

The method returns an HRESULT. Possible values include the following.

Value Description
E_POINTER NULL pointer argument.
S_OK The method succeeded.

Remarks

The caller must release the returned string, using the SysFreeString function.

See Also