Share via


CSMULTIPLE_ITEM (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

Camera Driver Structures