PathSkipRootA(3w)
NAME
PathSkipRootA (SHLWAPI.@)
SYNOPSIS
LPSTR PathSkipRootA
(
LPCSTR lpszPath
)
DESCRIPTION
Return the portion of a path following the drive letter or mount point.
PARAMS
lpszPath [In] The path to skip on.
RETURNS
Success: A pointer to the next character after the root.
Failure: NULL, if lpszPath is invalid, has no root or is a multibyte
string.
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".