StrPBrkA(3w)
NAME
StrPBrkA (SHLWAPI.@)
SYNOPSIS
LPSTR StrPBrkA ( LPCSTR lpszStr, LPCSTR lpszMatch )
DESCRIPTION
Search a string for any of a group of characters.
PARAMS
lpszStr [In] String to search.
lpszMatch [In] Characters to match.
RETURNS
A pointer to the first matching character in lpszStr, or NULL if no
match was found.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/string.c".
- Debug channel "shell".