PathSkipRootA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "shell".