Microsoft DirectX 8.1 (C++)

IFilterInfo::get_VendorInfo

The get_VendorInfo method retrieves a string containing optional information supplied by a vendor about the specified filter.

Syntax

HRESULT get_VendorInfo(
  BSTR *strVendorInfo
);

Parameters

strVendorInfo

[out, retval] Pointer to a string containing vendor information.

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