NWIncrement

Increments a multibyte string pointer by a specified number of characters

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> 
   
  pnstr N_API NWIncrement ( 
     const nstr N_FAR  *string,  
     size_t   numChars); 
  
  

Pascal Syntax

  uses netwin32 
   
  Function NWIncrement 
    (str      : pnstr; 
     numChars : size_t 
  ) : pnstr;
  

Parameters

string
(IN) Points to the string to increment.
numChars
(IN) Specifies the number of characters to increment.

Return Values

NULL

Less than the numChars parameter

non-NULL

Pointer to the position of the numChars parameter past the starting point of the string

Remarks

NWIncrement increments by characters, not bytes.

See Also

NWLsetlocale, NWNextChar