Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 2.18 KB

ns-ks-ksevent_set.md

File metadata and controls

74 lines (58 loc) · 2.18 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ks.KSEVENT_SET
KSEVENT_SET (ks.h)
The KSEVENT_SET structure describes the events that comprise a kernel streaming event set.
stream\ksevent_set.htm
stream
04/23/2018
KSEVENT_SET structure
*PKSEVENT_SET, KSEVENT_SET, KSEVENT_SET structure [Streaming Media Devices], PKSEVENT_SET, PKSEVENT_SET structure pointer [Streaming Media Devices], ks-struct_f3a678ec-93b4-4b60-959a-ca750b4ac4c2.xml, ks/KSEVENT_SET, ks/PKSEVENT_SET, stream.ksevent_set
ks.h
Ks.h
Windows
Windows
KSEVENT_SET, *PKSEVENT_SET
PKSEVENT_SET
ks/PKSEVENT_SET
KSEVENT_SET
ks/KSEVENT_SET
APIRef
kbSyntax
HeaderDef
ks.h
PKSEVENT_SET
KSEVENT_SET

KSEVENT_SET structure

-description

The KSEVENT_SET structure describes the events that comprise a kernel streaming event set.

-struct-fields

-field Set

Specifies a GUID that identifies the event set. For more information about defined event sets, see Remarks.

-field EventsCount

Specifies the number of events in the event set.

-field EventItem

Points to the beginning of the array of KSEVENT_ITEM structures that describe each event in the event set. The size of the array is in the EventsCount member.

-remarks

Microsoft provides several system-defined kernel streaming event set GUIDs. Minidrivers specify one of these GUIDs in the Set member. Kernel streaming event sets typically begin with a KSEVENTSETID prefix. Event set GUIDs are defined in ks.h, ksmedia.h, bdamedia.h, and possibly other header files.

-see-also

KSEVENT_ITEM