PathSkipRootA (SHLWAPI.@)
LPSTR PathSkipRootA ( LPCSTR lpszPath )
Return the portion of a path following the drive letter or mount point.
lpszPath | [In] | The path to skip on. |
Success: A pointer to the next character after the root.
Failure: NULL, if lpszPath is invalid, has no root or is a multibyte string.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.