Scroll to navigation

StrChrW(3w) Wine API StrChrW(3w)

NAME

StrChrW (SHLWAPI.@)

SYNOPSIS

LPWSTR StrChrW
(
LPCWSTR lpszStr,
WCHAR ch
)
 

DESCRIPTION

See StrChrA(3w).
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c".
Debug channel "shell".
Oct 2012 Wine API