PathFindNextComponentA.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

PathFindNextComponentA (SHLWAPI.@)

SYNOPSIS

LPSTR PathFindNextComponentA
 (
  LPCSTR lpszPath
 )

DESCRIPTION

Find the next component in a path.

PARAMS

lpszPath [In] Path to find next component in.

RETURNS

Success: A pointer to the next component, or the end of the string.

Failure: NULL, If lpszPath is invalid.

NOTES

A 'component' is either a backslash character () or UNC marker (\). Because of this, relative paths (e.g "c:foo") are regarded as having only one component.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/path.c".

Debug channel "shell".