Browse
 
Tools
Rss Categories

LVSemanticData::GetString

Reference Number: AA-00933 Views: 7670 0 Rating/ Voters

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* 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.

See Also