13 Managing a View's Attribute Set
Q3View_GetAttributeState
function to get the state of a view's attribute.
TQ3Status Q3View_GetAttributeState ( TQ3ViewObject view, TQ3AttributeType attributeType, void *data);view
A view.attributeType
An attribute type.data
On exit, a pointer to the attribute data associated with the specified attribute type.
Q3View_GetAttributeState
function returns, in the data
parameter, a pointer to the attribute data associated with the attribute type specified by the attributeType
parameter in the attribute set of the view specified by the view
parameter. If the value NULL
is returned in the data
parameter, there is no attribute of the specified type in the view's attribute set.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker