Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |