DwtCStrlen(3Dwt)
Name
DwtCStrlen − Returns the number of bytes in a compound-string.
Syntax
int DwtCStrlen(compound_string1)
DwtCompString compound_string1;
Arguments
compound_string1
Specifies a compound-string whose length is determined.
Description
The DwtCStrlen function returns the number of bytes in compound_string1, including compound-string terminators for headers and trailers. If the compound-string has an invalid structure, zero is returned.
Return Value
This function returns the number of bytes in compound_string1, including compound-string terminators for headers and trailers. If the compound-string has an invalid stucture, zero is returned.
See Also
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding