SHSimpleIDListFromPathAW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SHSimpleIDListFromPathAW (SHELL32.162)

SYNOPSIS

LPITEMIDLIST SHSimpleIDListFromPathAW
 (
  LPCSTR lpszPath
 )

DESCRIPTION

Creates a simple ItemIDList from a path and returns it. This function does not fail on nonexistent paths.

PARAMS

path [In] path to parse and convert into an ItemIDList.

RETURNS

the newly created simple ItemIDList.

NOTES

Simple in the name does not mean a relative ItemIDList but rather a fully qualified list, where only the file name is filled in and the directory flag for those ItemID elements this is known about, eg. it is not the last element in the ItemIDList or the actual directory exists on disk. exported by ordinal.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.

Implemented in "dlls/shell32/pidl.c".

Debug channel "pidl".