KSEVENT_TUNER_INITIATE_SCAN_S structure (ksmedia.h)
The KSEVENT_TUNER_INITIATE_SCAN_S structure is used in the KSEVENT_TUNER_INITIATE_SCAN event within the EVENTSETID_TUNER event set.
Syntax
typedef struct {
KSEVENTDATA EventData;
ULONG StartFrequency;
ULONG EndFrequency;
} KSEVENT_TUNER_INITIATE_SCAN_S, *PKSEVENT_TUNER_INITIATE_SCAN_S;
Members
EventData
A structure of type KSEVENTDATA that specifies the standard event structure, which contains the event handle that the driver notifies about the scan operation.
StartFrequency
The initial frequency, in Hz, for a scan operation.
EndFrequency
The final frequency, in Hz, for a scan operation.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the operating system. |
Header | ksmedia.h (include Ksmedia.h) |