IMSVidStreamBufferSink::put_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 put_SinkName method sets the name of the stub file that points to the backing files.
Syntax
HRESULT put_SinkName(
[in] BSTR Name
);
Parameters
[in] Name
Specifies the file name.
Return value
The method returns an HRESULT. Possible values include the following.
Return code | Description |
---|---|
|
Failure. |
|
Invalid argument. |
|
The method succeeded. |
Remarks
Call this method before calling NameSetLock, while the graph is stopped. Otherwise, the method fails and returns E_FAIL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�XP with SP1 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | segment.h (include Msvidctl.h) |