LVSemanticObject_GetPropertyValue

If the handle is of SI_TYPE_OBJECT type, this function return the handle to the semantic data associated with the property name in the object.If the handle is not of SI_TYPE_OBJECT type, this function always return 0. This function does not allocate memory for the new handle, so do not try to release the new handle.

Function

Parameters

h_si_data

Semantic data handle.

property_name

A string containing the property name.

Return Values

Non-zero value

A handle to the semantic data associated with the property name in the object.

NULL

The property name does not exist in the object, or the handle is not of SI_TYPE_OBJECT type.

See Also

© 2012 LumenVox LLC. All rights reserved.