The current number of pins this pin factory has instantiated, as well as the maximum number of pins this pin factory can instantiate, per filter.
KSP_PIN. The PinId member specifies the pin factory.
KSPIN_CINSTANCES, a data structure of the form:
typedef struct {
ULONG PossibleCount;
ULONG CurrentCount;
} KSPIN_CINSTANCES;
The following is a description of each member of the KSPIN_CINSTANCES structure.
KSPROPERTY_PIN_CINSTANCES is a read-only property.
This property specifies the per-filter maximum for a given pin factory. Use the KSPROPERTY_PIN_GLOBALCINSTANCES property to specify the overall maximum for a given pin factory.
Stream minidrivers do not need to handle this property directly; the stream class driver handles this property using stream request blocks to query for more information.