Share via


CSPIN_CINSTANCES

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

Camera Driver Structures