Microsoft DirectX 9.0

IMSVidFilePlayback::get_FileName

This topic applies to Windows XP only.

The get_FileName method retrieves the name of the file to play.

Syntax

HRESULT get_FileName(
  BSTR*  FileName
);

Parameters

FileName

[out]  Pointer to a variable that receives the file name.

Return Values

The method returns an HRESULT. Possible values include the following.

Value Description
S_OK The method succeeded.

Remarks

The caller must release the returned string, using the CoTaskMemFree function.

See Also