UF_ATTR_part_attr_s (查看源代码)
 
定义在: uf_attr.h
 
也被称为:
 
概述
Structure used to return part attribute values.


Data Members

title [ UF_ATTR_MAX_TITLE_LEN+1 ]
char
The title of the attribute

value
UF_ATTR_value_t
The value for the part
attribute

string_value [ UF_ATTR_MAX_STRING_LEN+1 ]
char
Buffer for the part
attribute string value.
The character pointer
.value.value.string
will point to this
buffer.