IMSVidFilePlayback::put_FileName
Microsoft DirectShow 9.0 |
IMSVidFilePlayback::put_FileName
This topic applies to Windows XP or later.
The put_FileName method sets the name of the file to play.
Syntax
HRESULT put_FileName( BSTR FileName );
Parameters
FileName
[in] Specifies the file name.
Return Values
The method returns an HRESULT. Possible values include the following.
Value | Description |
S_OK | The method succeeded. |
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also