Funktionreferenz


_WinAPI_ShellILCreateFromPath


Creates a pointer to an item identifier list (PIDL) from a path

#include <WinAPIShellEx.au3>
_WinAPI_ShellILCreateFromPath ( $sFilePath )

Parameter

$sFilePath The path to be converted.

Rückgabewert

Success: a PIDL to the path in $sFilePath.
Failure: 0 and sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.

Bemerkungen

To free the returned PIDL, call the _WinAPI_CoTaskMemFree() function.

Verwandte Funktionen

_WinAPI_CoTaskMemFree

Siehe auch

Suche nach SHILCreateFromPath in der MSDN Bibliothek.