KSPROPERTY_BDA_RF_TUNER_SCAN_STATUS_S structure (bdamedia.h)
This topic describes the KSPROPERTY_BDA_RF_TUNER_SCAN_STATUS_S structure.
Syntax
typedef struct {
KSP_NODE Property;
ULONG CurrentFrequency;
ULONG FrequencyRangeMin;
ULONG FrequencyRangeMax;
ULONG MilliSecondsLeft;
} KSPROPERTY_BDA_RF_TUNER_SCAN_STATUS_S, *PKSPROPERTY_BDA_RF_TUNER_SCAN_STATUS_S;
Members
Property
Defines the KSP_NODE member Property.
CurrentFrequency
Defines the ULONG member CurrentFrequency.
FrequencyRangeMin
Defines the ULONG member FrequencyRangeMin.
FrequencyRangeMax
Defines the ULONG member FrequencyRangeMax.
MilliSecondsLeft
Defines the ULONG member MilliSecondsLeft.
Requirements
Requirement | Value |
---|---|
Header | bdamedia.h (include Bdamedia.h) |