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