Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The put_FrequencyMapping method sets the frequency table.
Syntax
HRESULT put_FrequencyMapping(
[in] ULONG ulCount,
[in] ULONG [] pList
);
Parameters
[in] ulCount
Specifies the size of the array given in pList.
[in] pList
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
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | bdaiface.h |