KSPIN_CINSTANCES structure (ks.h)

Syntax

typedef struct {
  ULONG PossibleCount;
  ULONG CurrentCount;
} KSPIN_CINSTANCES, *PKSPIN_CINSTANCES;

Members

PossibleCount

Specifies the maximum number of pins the pin factory can instantiate on the filter, or KSINTANCE_INDETERMINATE if there is no maximum.

CurrentCount

Specifies the current number of pins the pin factory has instantiated on the filter.

Requirements

Requirement Value
Header ks.h