Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
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. |
See Also