DeviceAtlas Enterprise C API  2.0
Welcome DeviceAtlas Enterprise C API
da_status_t da_atlas_getpropname ( const da_atlas_t atlas,
da_propid_t  propid,
const char **  propname 
)

Given a property ID, return the name of that property.

1 da_getpropname(&myAtlas, da_getpropid(&myAtlas, "displayWidth"), &propertyName);
2 assert(strcmp("displayWidth", propertyName) == 0);
Parameters
atlasAtlas instance
propidproperty id
propnameproperty name returned
Returns
status of the property name search