[Previous] [Contents] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

pm_property_attr_t

Identify the attributes for each property

Synopsis:

typedef struct {
    pm_property_t   id;
    _Uint32t        size;
}  pm_property_attr_t;

Description:

This structure is used by pm_properties() to identify the attributes for each property by an object.

id
Specifies the property type.
size
Specifies the size of the property data.

Classification:

See also:


[Previous] [Contents] [Next]