// ksmedia.h
typedef struct {
KSEVENTDATA EventData;
ULONG StartFrequency;
ULONG EndFrequency;
} KSEVENT_TUNER_INITIATE_SCAN_S, *PKSEVENT_TUNER_INITIATE_SCAN_S;
View the official Windows Driver Kit DDI referenceNo description available.
The KSEVENT_TUNER_INITIATE_SCAN_S structure is used in the KSEVENT_TUNER_INITIATE_SCAN event within the EVENTSETID_TUNER event set.
EventDataA structure of type KSEVENTDATA that specifies the standard event structure, which contains the event handle that the driver notifies about the scan operation.
StartFrequencyThe initial frequency, in Hz, for a scan operation.
EndFrequencyThe final frequency, in Hz, for a scan operation.