LVSemanticData_GetString

Returns the string contained in a given handle. This function assumes that the handle is of type SI_TYPE_STRING. If the user passes in a handle with non SI_TYPE_STRING type, this function always returns NULL.

Function

Parameters

h_si_data

Semantic data handle.

Return Values

NULL

Either the handle is not of type SI_TYPE_STRING, or some error occurred.

Other

A pointer to a buffer containing the string.

See Also

© 2012 LumenVox LLC. All rights reserved.