다음을 통해 공유


DEFINE_CSPROPERTY_TABLE (Compact 2013)

3/26/2014

This macro helps define a table of properties by creating an array of CSPROPERTY_ITEM structures.

Syntax

#define DEFINE_CSPROPERTY_TABLE(tablename)\
        const CSPROPERTY_ITEM tablename[] =

Parameters

  • tablename
    The name of the table of properties.

Requirements

Header

cs.h

See Also

Reference

Camera Driver Macros