This document is archived and information here might be outdated. Recommended version. |
Returns output name.
[Visual Basic .NET]
Public Function GetOutputName ( _
ByVal Filter As Object, _
ByVal Name As String _
) As String
[C#]
public string GetOutputName (
object Filter,
string Name
);
[C++]
HRESULT GetOutputName(
LPUNKNOWN Filter,
BSTR Name
);
[C++] Parameters Filter [in]
Filter is a parameter of type IUnknown Name [in]
Name is a parameter of type BSTR