PathIsPrefixA (SHLWAPI.@)
BOOL PathIsPrefixA ( LPCSTR lpszPrefix, LPCSTR lpszPath )
Determine if a path is a prefix of another.
lpszPrefix | [In] | Prefix. |
lpszPath | [In] | Path to check. |
TRUE If lpszPath has lpszPrefix as its prefix, FALSE If either path is NULL or lpszPrefix is not a prefix
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.