StrPBrkA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "shell".