StrSpnA(3w)
NAME
StrSpnA (SHLWAPI.@)
SYNOPSIS
int StrSpnA ( LPCSTR lpszStr, LPCSTR lpszMatch )
DESCRIPTION
Find the length of the start of a string that contains only certain
characters.
PARAMS
lpszStr [In] String to search.
lpszMatch [In] Characters that can be in the substring.
RETURNS
The length of the part of lpszStr containing only characters from lpszMatch, or 0 if any parameter is invalid.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/string.c".
- Debug channel "shell".