Funktionreferenz


_WinAPI_ShellGetPathFromIDList


Converts an item identifier list to a file system path

#include <WinAPIShellEx.au3>
_WinAPI_ShellGetPathFromIDList ( $pPIDL )

Parameter

$pPIDL The address of an item identifier list that specifies a file or directory location relative to the root of the namespace (the desktop).

Rückgabewert

Success: The file system path.
Failure: Empty string.

Bemerkungen

None.

Siehe auch

Suche nach SHGetPathFromIDList in der MSDN Bibliothek.