This topic has not yet been rated Rate this topic

StrPBrk function

Searches a string for the first occurrence of a character contained in a specified buffer. This search does not include the terminating null character.

Syntax

PTSTR StrPBrk(
  __in  PTSTR psz,
  __in  PCTSTR pszSet
);

Parameters

psz [in]

Type: PTSTR

A pointer to the null-terminated string to be searched.

pszSet [in]

Type: PCTSTR

A pointer to a null-terminated character buffer that contains the characters for which to search.

Return value

Type: PTSTR

Returns the address in psz of the first occurrence of a character contained in the buffer at pszSet, or NULL if no match is found.

Requirements

Minimum supported client

Windows 2000 Professional, Windows XP

Minimum supported server

Windows 2000 Server

Header

Shlwapi.h

Library

Shlwapi.lib

DLL

Shlwapi.dll (version 4.71 or later)

Unicode and ANSI names

StrPBrkW (Unicode) and StrPBrkA (ANSI)

 

 

Send comments about this topic to Microsoft

Build date: 9/7/2011

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ