Share via


CSPIN_CINSTANCES (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Camera Driver Structures