Share via


IMSVidStreamBufferSink::put_SinkName Method

This topic applies to Windows XP Service Pack 1 or later.
The put_SinkName method sets the name of the stub file that points to the backing files.

Syntax

HRESULT put_SinkName(
  [in]  BSTR Name
);

Parameters

  • Name [in]
    Specifies the file name.

Return Value

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

Return code Description

E_FAIL

Failure.

E_INVALIDARG

Invalid argument.

S_OK

The method succeeded.

Remarks

Call this method before calling NameSetLock, while the graph is stopped. Otherwise, the method fails and returns E_FAIL.

Requirements

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

Buffering in the Stream Buffer Engine
IMSVidStreamBufferSink Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008