DEFINE_CSPROPERTY_SET (Compact 2013)
3/26/2014
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 |