Microsoft DirectX 9.0 |
The GetMediaName method retrieves the name of the source file represented by this object.
Syntax
object.GetMediaName() As String
Parameters
This method takes no parameters.
Return Value
Returns the name of the source file.
Error Codes
If the method fails, an error is raised, and Err.Number can be set to the following value:
Value | Description |
E_OUTOFMEMORY | Insufficient memory. |
See Also