// ks.h
typedef struct {
ULONG PossibleCount;
ULONG CurrentCount;
} KSPIN_CINSTANCES, *PKSPIN_CINSTANCES;
View the official Windows Driver Kit DDI referenceNo description available.
PossibleCountSpecifies the maximum number of pins the pin factory can instantiate on the filter, or KSINTANCE_INDETERMINATE if there is no maximum.
CurrentCountSpecifies the current number of pins the pin factory has instantiated on the filter.