NWCharType

Determines whether a character is single- or double-byte

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 <time.h> or #define NWL_EXCLUDE_TIME 
  #include <stdio.h> or #define NWL_EXCLUDE_FILE 
  #include <nwlocale.h> 
   
  nint N_API NWCharType  ( 
     nint   ch); 
  
  

Pascal Syntax

  uses netwin32 
   
  Function NWCharType 
    (ch : nint 
  ) : nint; 
  
  

Parameters

ch
(IN) Indicates the character to be tested (one or two bytes).

Return Values

0x0001

NWSINGLE_BYTE

0x0002

NWDOUBLE_BYTE

See Also

NWLsetlocale