StrCSpnA (SHLWAPI.@)
int StrCSpnA ( LPCSTR lpszStr, LPCSTR lpszMatch )
Find the length of the start of a string that does not contain certain characters.
lpszStr | [In] | String to search. |
lpszMatch | [In] | Characters that cannot be in the substring. |
The length of the part of lpszStr containing only characters not in lpszMatch, or 0 if any parameter is invalid.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c
Debug channel "shell".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.