StringResultLength
Miscellaneous functions
Description
Returns the character length of the most recent string returned from the library by all functions that return Unicode (16-bit) strings.
The value returned is the number of 16-bit characters. So the total byte length will be twice that value.
A few functions return 8-bit strings, the AnsiStringResultLength function must be used to obtain the data length for those functions.
Syntax
DLL
int DLStringResultLength(int InstanceID);