// bdamedia.h
typedef struct {
KSP_NODE Property;
ULONG Mode;
ULONG AnalogStandardsSupported;
ULONG DigitalStandardsSupported;
ULONG MinFrequency;
ULONG MaxFrequency;
ULONG SettlingTime;
ULONG AnalogSensingRange;
ULONG DigitalSensingRange;
ULONG MilliSecondsPerMHz;
} KSPROPERTY_BDA_RF_TUNER_CAPS_S, *PKSPROPERTY_BDA_RF_TUNER_CAPS_S;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the KSPROPERTY_BDA_RF_TUNER_CAPS_S structure.
PropertyDefines the KSP_NODE member Property.
ModeDefines the ULONG member Mode.
AnalogStandardsSupportedDefines the ULONG member AnalogStandardsSupported.
DigitalStandardsSupportedDefines the ULONG member DigitalStandardsSupported.
MinFrequencyDefines the ULONG member MinFrequency.
MaxFrequencyDefines the ULONG member MaxFrequency.
SettlingTimeDefines the ULONG member SettlingTime.
AnalogSensingRangeDefines the ULONG member AnalogSensingRange.
DigitalSensingRangeDefines the ULONG member DigitalSensingRange.
MilliSecondsPerMHzDefines the ULONG member MilliSecondsPerMHz.