// ks.h
typedef enum {
KsObjectTypeDevice,
KsObjectTypeFilterFactory,
KsObjectTypeFilter,
KsObjectTypePin
} KSOBJECTTYPE;
View the official Windows Driver Kit DDI reference
No description available.
The KSOBJECTTYPE enumeration lists different types of kernel streaming objects.
KsObjectTypeDevice
Specifies that the object is a device.
KsObjectTypeFilterFactory
Specifies that the object is a filter factory.
KsObjectTypeFilter
Specifies that the object is a filter.
KsObjectTypePin
Specifies that the object is a pin.
KsPinGetConnectedPinFileObject