Share via


IFrequencyMap::put_FrequencyMapping Method

The put_FrequencyMapping method sets the frequency table.

Syntax

HRESULT put_FrequencyMapping(
  [in]  ULONG ulCount,
  [in]  ULONG pList[]
);

Parameters

  • ulCount [in]
    Specifies the size of the array given in pList.

  • pList [in]
    Address of an array of size ulCount, allocated by the caller. The array should contain a list of all the frequencies (in kHz) that are valid in the current country/region.

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

Applications can use this method to modify a frequency table or create new frequency tables. The changes are not stored by the Network Provider; the application must store the information itself and call put_FrequencyMapping each time the Network Provider is created.

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