ITuningSpace::get_FrequencyMapping Method
The get_FrequencyMapping method retrieves the frequency mapping previously created by the network provider by a call to put_FrequencyMapping.
Syntax
HRESULT get_FrequencyMapping(
[out] BSTR *pMapping
);
Parameters
- pMapping [out]
Pointer to a variable that receives the frequency mappings created by the Network Provider filter.
Return Value
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Remarks
The returned BSTR is treated as a binary blob. It is expected to contain embedded NULL values, and it may be formatted internally by the BDA Network Provider.
The caller must release the returned BSTR by calling SysFreeString.
Requirements
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008