CSPIN_CINSTANCES (Compact 2013)
3/26/2014
This structure is used to describe the number of pins instantiated on a filter.
Syntax
typedef struct {
ULONG PossibleCount;
ULONG CurrentCount;
} CSPIN_CINSTANCES, *PCSPIN_CINSTANCES;
Members
- PossibleCount
A ULONG value that specifies the maximum number of pins the pin factory can instantiate on the filter, or CSINTANCE_INDETERMINATE if there is no maximum.
- CurrentCount
A ULONG value that specifies the current number of pins the pin factory has instantiated on the filter.
Requirements
Header |
cs.h |