Copyright Digital Equipment Corp. All rights reserved.
Copies a specified number of wide characters from one wide-
character array to another.
Format
#include <wchar.h>
wchar_t wmemmove (wchar_t *dest, const wchar_t *source, size_t n);
Function_Variants Arguments Description Return_Value