Scroll to navigation

lstrcmpiW(3w) Wine API lstrcmpiW(3w)

NAME

lstrcmpiW (KERNEL32.@)

SYNOPSIS

int lstrcmpiW
(
LPCWSTR str1,
LPCWSTR str2
)
 

DESCRIPTION

See lstrcmpiA(3w).
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/kernel32/locale.c".
Debug channel "nls".
Oct 2012 Wine API