Function:
lstrlen(LPCSTRlpString)

 

Description:
Returns the number of characters in a string passed.

 

Parameters:
lpString: string to find the length of.

 

Returns:
Length of the string passed.

 

Example:
Click on the calc icon to view a sample of the lstrlen function.