PathFindNextComponentA(3w)
NAME
PathFindNextComponentA (SHLWAPI.@)
SYNOPSIS
LPSTR PathFindNextComponentA
(
LPCSTR lpszPath
)
DESCRIPTION
Find the next component in a path.
PARAMS
lpszPath [In] Path to find next component in.
RETURNS
Success: A pointer to the next component, or the end of the string.
Failure: NULL, If lpszPath is invalid.
NOTES
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.
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/path.c".
- Debug channel "shell".