KSPROPERTY_BDA_RF_TUNER_SCAN_STATUS_S - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bdamedia.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bdamedia-ksproperty_bda_rf_tuner_scan_status_s)

Description

This topic describes the KSPROPERTY_BDA_RF_TUNER_SCAN_STATUS_S structure.

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.

Remarks

See also