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

Debug channel "shell".


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