PathFindNextComponentA (SHLWAPI.@)
LPSTR PathFindNextComponentA ( LPCSTR lpszPath )
Find the next component in a path.
lpszPath | [In] | Path to find next component in. |
Success: A pointer to the next component, or the end of the string.
Failure: NULL, If lpszPath is invalid.
A 'component' is either a backslash character (\) or UNC marker (\\). Because of this, relative paths (e.g "c:foo") are regarded as having only one component.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.