Share via


CSMULTIPLE_ITEM (Compact 2013)

3/26/2014

This structure is a generic header for property data that can contain multiple entries.

Syntax

typedef struct {
  ULONG Size;
  ULONG Count;
} CSMULTIPLE_ITEM, *PCSMULTIPLE_ITEM;

Members

  • Size
    A ULONG value that specifies the size in bytes of this header and the property data that follows.
  • Count
    A ULONG value that specifies the number of buffers that follow this header.

Requirements

Header

cs.h

See Also

Reference

Camera Driver Structures