dsh_ChannelGetFrequency

int dsh_ChannelGetFrequency(
CHANNELID channel,
LPDWORD lpdwFrequency
);

Parameters

channel
Specifies the channel the function refers.

lpdwFrequency
Pointer to an DWORD-integer. Will be filled with the frequency value.


Return Values

Returns DSHRES_OK if successful. Other return values are DSHRES_WRONGPARAM and DSHRES_GENERALERROR.

Remarks

Range of the frequency value ranges from DSH_FREQUENCYMIN (100) to DSH_FREQUENCYMAX (100000)

See also