Microsoft DirectX 8.1 (C++) |
The get_Name method retrieves the filter name.
Syntax
HRESULT get_Name(
BSTR *strName
);
Parameters
strName
[out, retval] Pointer to the name of the filter.
Return Value
Returns an HRESULT value.
Remarks
This method is exposed for use by Automation clients and is not expected to be used by C or C++ applications because of performance limitations.
See Also