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 "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c

Debug channel "shell".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.