Retrieves parts of a combined name into a string buffer, casting as required.
void ULValue::GetCombinedStringItem( ul_u_short selector, char * dst, size_t len )
selector Selected internal value.
dst The buffer to receive string value.
len The length, in bytes, of dst.
If the value is not combined, an empty string is copied. The output string is always null-terminated. If the buffer is too small, then the value is truncated. Up to len characters are copied to the given buffer, including the null terminator.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |