unicpy

Copies from one specified string to another

Local Servers:nonblocking
Remote Servers:N/A
NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows95, Windows 98
Library:Cross-Platform Localization (LOC*.*)
Service:Unicode

Syntax

   #include <unicode.h> 
    
   N_EXTERN_LIBRARY(punicode) unicpy  ( 
      punicode              s1,  
      const unicode N_FAR  *s2);
   

Pascal Syntax

   uses netwin32 
    
   Function unicpy 
     (s1 : punicode;         
      s2 : const unicode         
   ) : punicode;
   

Parameters

s1
(OUT) Points to the destination string.
s2
(IN) Points to the source string.

Return Values

Pointer to s1.

Remarks

unicpy stops copying after it moves the terminating NULL character.

unicpy corresponds to the C strcpy function.

For sample code, see Section 3.14, Example: unicpy.

See Also

unincpy, unipcpy