StrPBrkA (SHLWAPI.@)
LPSTR StrPBrkA ( LPCSTR lpszStr, LPCSTR lpszMatch )
Search a string for any of a group of characters.
lpszStr | [In] | String to search. |
lpszMatch | [In] | Characters to match. |
A pointer to the first matching character in lpszStr, or NULL if no match was found.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.