RX_CHECK_WCSLEN

Is a macro that checks the length of a Unicode string.

Library:LibC
Classification:Novell
Service:Marshalling

Syntax

  #include <ringx.h>
  
  RX_CHECK_WCSLEN (
     str,
     len)
  

Parameters

str

(IN) Specifies the string.

len

(OUT) Specifies the length of the string, in bytes.

See Also