Scroll to navigation

PathSkipRootA(3w) Wine API 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

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c".
Debug channel "shell".
Oct 2012 Wine API