Scroll to navigation

StrPBrkA(3w) Wine API 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

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