DEFINE_CSPROPERTY_SET (Windows Embedded CE 6.0)
1/6/2010
This macro helps define a camera property set by laying out the members of a CSPROPERTY_SET structure.
Syntax
#define DEFINE_CSPROPERTY_SET(Set,\
PropertiesCount,\
PropertyItem,\
FastIoCount,\
FastIoTable)\
{\
Set,\
PropertiesCount,\
PropertyItem,\
FastIoCount,\
FastIoTable\
}
Parameters
- Set
A value that corresponds to CSPROPERTY_SET.Set.
- PropertiesCount
A value that corresponds to CSPROPERTY_SET.PropertiesCount.
- PropertyItem
A value that corresponds to CSPROPERTY_SET.PropertyItem.
- FastIoCount
A value that corresponds to CSPROPERTY_SET.FastIoCount.
- FastIoTable
A value that corresponds to CSPROPERTY_SET.Reserved.
Requirements
Header | cs.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |