IFrequencyMap::get_FrequencyMapping Method
The get_FrequencyMapping method returns the Network Provider filter's current frequency table.
Syntax
HRESULT get_FrequencyMapping(
[out] ULONG *pulCount,
[out] ULONG **ppulList
);
Parameters
pulCount [out]
Pointer to a variable that receives the size of the frequency table.ppulList [out]
Pointer to a variable that receives the address of the frequency table. The frequency table is an array of size pulCount, allocated by the method. The caller must free the array by calling CoTaskMemFree.
Return Value
Each entry in the frequency table is a tuning frequency, in kilohertz (kHz).
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header | Declared in Bdaiface.h. |
See Also
Error and Success Codes
IFrequencyMap Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008