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 "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c

Debug channel "shell".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.