Scroll to navigation

StrCpyNXW(3w) Wine API StrCpyNXW(3w)

NAME

StrCpyNXW (SHLWAPI.400)

SYNOPSIS

LPWSTR StrCpyNXW
(
LPWSTR lpszDest,
LPCWSTR lpszSrc,
int iLen
)
 

DESCRIPTION

See StrCpyNXA(3w).
 

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.
Implemented in "dlls/shlwapi/string.c".
Debug channel "shell".
Oct 2012 Wine API