Share via


IMSVidStreamBufferSink::get_SinkName method (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

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

Syntax

HRESULT get_SinkName(
  [out] BSTR *pName
);

Parameters

[out] pName

Pointer to a variable that receives the file name.

Return value

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

Return code Description
E_POINTER
NULL pointer argument.
S_OK
The method succeeded.

Remarks

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

Requirements

   
Minimum supported client Windows�XP with SP1 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

Buffering in the Stream Buffer Engine

IMSVidStreamBufferSink Interface