ElementProperty所使用的枚举类型,具体请参见ElementProperty。
1 2 3 4 5 6 7 8 9
typedef enum { STRING = 0, INT, UINT, FLOAT, DOUBLE, LONG, ULONG } PropertyType;
无