Scroll to navigation

StrCmpNCW(3w) Wine API StrCmpNCW(3w)

NAME

StrCmpNCW (SHLWAPI.152)

SYNOPSIS

DWORD StrCmpNCW
(
LPCWSTR lpszSrc,
LPCWSTR lpszCmp,
INT len
)
 

DESCRIPTION

See StrCmpNCA(3w).
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shlwapi/ordinal.c".
Debug channel "shell".
Oct 2012 Wine API