KSEVENTDATA_BDA_RF_TUNER_SCAN_S - NtDoc

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

typedef struct {
  KSEVENTDATA  EventData;
  ULONG        StartFrequency;
  ULONG        EndFrequency;
  BDA_LockType LockRequested;
} KSEVENTDATA_BDA_RF_TUNER_SCAN_S, *PKSEVENTDATA_BDA_RF_TUNER_SCAN_S;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the KSEVENTDATA_BDA_RF_TUNER_SCAN_S structure.

Members

EventData

Defines the KSEVENTDATA member EventData.

StartFrequency

Defines the ULONG member StartFrequency.

EndFrequency

Defines the ULONG member EndFrequency.

LockRequested

Defines the BDA_LockType member LockRequested.

Remarks

See also