IMSVidFilePlayback::get_FileName Method
This topic applies to Windows XP or later.
The get_FileName method retrieves the name of the file to play.
Syntax
HRESULT get_FileName(
[out] BSTR *FileName
);
Parameters
- FileName [out]
Pointer to a variable that receives the file name.
Return Value
The method returns an HRESULT. Possible values include the following.
Return code | Description |
---|---|
S_OK |
The method succeeded. |
Remarks
The caller must release the returned string, using the CoTaskMemFree function.
Requirements
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008