| Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The put_SinkName method sets the name of the stub file that points to the backing files.
Syntax
HRESULT put_SinkName(
BSTR Name
);
Parameters
Name
[in] Specifies the file name.
Return Values
The method returns an HRESULT. Possible values include the following.
| Value | Description |
| E_FAIL | Failure. |
| E_INVALIDARG | Invalid argument. |
| S_OK | The method succeeded. |
Parameters
Call this method before calling NameSetLock, while the graph is stopped. Otherwise, the method fails and returns E_FAIL.
See Also