NWstrlen

Returns the number of bytes in a string

NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform Localization (LOC*.*)
Service:Internationalization

Syntax

  #include <nwlocale.h> 
   
  N_EXTERN_LIBRARY(nint) NWstrlen  ( 
     const nstr N_FAR  *str); 
  
  

Pascal Syntax

  uses netwin32 
   
  Function NWstrlen 
    (const str : pnstr 
  ) : nint; 
  
  

Parameters

str
(IN) Points to the NULL-terminated string to be counted.

Return Values

Returns the number of bytes (not characters) in a string (not including the NULL-termination byte).

See Also

NWLmbslen