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 |
---|---|
|
NULL pointer argument. |
|
The method succeeded. |
Remarks
The caller must release the returned string, using the SysFreeString function.
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) |