GetString

Returns the string contained in a given LVSemanticData object. This function assumes that the contained data is of type SI_TYPE_STRING. If it is not, this function always returns NULL.

Function

const char* LVSemanticData::GetString( )

Return Values

NULL

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

Other

A pointer to a buffer containing the string.


Complete Help Topic List | Speech Engine Product Information